Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a47c13c4e56..329099a69ab 100644
--- a/configure.in
+++ b/configure.in
@@ -1034,7 +1034,7 @@ AC_TRY_COMPILE([#include <sys/socket.h>], [
], [
# Yes, we have it...
AC_MSG_RESULT(yes)
- AC_DEFINE(HAVE_ARRAY_ELEM_INIT)
+ AC_DEFINE(HAVE_ARRAY_ELEM_INIT,1,[Supports C99 array initialization])
], [
# We'll have to use signals
AC_MSG_RESULT(no)