summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-19 23:27:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:00:48 -0500
commitf490794c514d8f33f0affefc59460b18c63c1c60 (patch)
tree9398518fe419f4a6fe759127481471d54e339fa1 /source3/configure.in
parenta1243ca99918639b97837595d767e24e8f5978d8 (diff)
downloadsamba-f490794c514d8f33f0affefc59460b18c63c1c60.tar.gz
samba-f490794c514d8f33f0affefc59460b18c63c1c60.tar.bz2
samba-f490794c514d8f33f0affefc59460b18c63c1c60.zip
r18699: bail out if the compiler doesn't know about C99 struct initializers
as we currently have them in the samba3 tree. Lets see what the build-farm says to this. metze (This used to be commit 12a0daa34d51b34a469f7d64f370069b73c0aba9)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 918bcada22..4068f54e4c 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -536,7 +536,7 @@ fi
dnl Figure out the flags to support named structure initializers
-LIBREPLACE_C99_STRUCT_INIT([],[AC_MSG_WARN([c99 structure initializer are not supported])])
+LIBREPLACE_C99_STRUCT_INIT([],[AC_MSG_ERROR([c99 structure initializer are not supported])])
UNAME_S=`(uname -s) 2>/dev/null` || UNAME_S="unknown"
AC_MSG_CHECKING(uname -s)