Add -D__INSURE__ to the CPPFLAGS if CC=insure.
authorTim Potter <tpot@samba.org>
Thu, 4 Apr 2002 02:30:54 +0000 (02:30 +0000)
committerTim Potter <tpot@samba.org>
Thu, 4 Apr 2002 02:30:54 +0000 (02:30 +0000)
source/configure.in

index af6168f779920553ebbc3710808d12ac6dc093b6..014e321af25cc720e2a16a31a053d144a387d2c7 100644 (file)
@@ -2675,6 +2675,13 @@ fi
 AC_SUBST(BUILD_POPT)
 AC_SUBST(FLAGS1)
 
+#################################################
+# do extra things if we are running insure
+
+if test "${ac_cv_prog_CC}" = "insure"; then
+       CPPFLAGS="$CPPFLAGS -D__INSURE__"
+fi
+
 #################################################
 # final configure stuff