Oops, had the sense of the test for the existence of alloca() backwards.
authorDavid Dykstra <dwd@samba.org>
Sun, 12 Jan 2003 03:28:13 +0000 (03:28 +0000)
committerDavid Dykstra <dwd@samba.org>
Sun, 12 Jan 2003 03:28:13 +0000 (03:28 +0000)
configure.in

index 6775dd6..a597687 100644 (file)
@@ -421,7 +421,7 @@ then
     AC_MSG_RESULT($srcdir/popt)
     BUILD_POPT='$(popt_OBJS)'
     CFLAGS="$CFLAGS -I$srcdir/popt"
-    if test -z "$ALLOCA"
+    if test -n "$ALLOCA"
     then
        # this can be removed when/if we add an included alloca.c; see
        #  autoconf documentation on AC_FUNC_ALLOCA