Commit ccc0d1eb authored by David Dykstra's avatar David Dykstra

Oops, had the sense of the test for the existence of alloca() backwards.

parent 7fc08908
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment