summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-10-01 19:30:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:07:35 -0500
commita8f264eb2f5b3310d721e79f9ca7e8c47064267e (patch)
tree97095054eaef60db1ce6fa5ab4c8d301b8563310 /source4/lib
parent14da63dbd33c21602d9ca3ccd68a9a7beea6a1d8 (diff)
downloadsamba-a8f264eb2f5b3310d721e79f9ca7e8c47064267e.tar.gz
samba-a8f264eb2f5b3310d721e79f9ca7e8c47064267e.tar.bz2
samba-a8f264eb2f5b3310d721e79f9ca7e8c47064267e.zip
r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer versions of splint support immediate structures just fine.
(This used to be commit d54a47ecdc418ee07c9479f519bd1a207e6ba3eb)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/replace/libreplace_cc.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/replace/libreplace_cc.m4 b/source4/lib/replace/libreplace_cc.m4
index a01bf1b290..bd92867d6d 100644
--- a/source4/lib/replace/libreplace_cc.m4
+++ b/source4/lib/replace/libreplace_cc.m4
@@ -159,8 +159,8 @@ AC_CACHE_CHECK([for immediate structures],libreplace_cv_immediate_structures,[
libreplace_cv_immediate_structures=no,
libreplace_cv_immediate_structures=cross)
])
-if test x"$libreplace_cv_immediate_structures" = x"yes"; then
- AC_DEFINE(HAVE_IMMEDIATE_STRUCTURES,1,[Whether the compiler supports immediate structures])
+if test x"$libreplace_cv_immediate_structures" = x"no"; then
+ AC_MSG_ERROR([compiler does not support immediate structures])
fi
AC__LIBREPLACE_ONLY_CC_CHECKS_END