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:
authorPaolo Molaro <lupus@oddwiz.org>2004-08-10 13:58:05 +0400
committerPaolo Molaro <lupus@oddwiz.org>2004-08-10 13:58:05 +0400
commit1d5e22e40bc1f69e11edea18338f2e78b39c09f0 (patch)
tree7dfcb26febe8587ff437000baf02893e73219c1c /configure.in
parentc74a25cdc449911007c37a7c9e4f7f6f1b384bf9 (diff)
Don't require config.h.in changes.
svn path=/trunk/mono/; revision=32136
Diffstat (limited to 'configure.in')
-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)