Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
authorDave Love <fx@gnu.org>
Thu, 5 Sep 2002 17:01:55 +0000 (17:01 +0000)
committerDave Love <fx@gnu.org>
Thu, 5 Sep 2002 17:01:55 +0000 (17:01 +0000)
src/regex.c

index ee19049..b2dc4d5 100644 (file)
@@ -461,7 +461,7 @@ init_syntax_once ()
 #  ifdef __GNUC__
 #   define alloca __builtin_alloca
 #  else /* not __GNUC__ */
-#   if HAVE_ALLOCA_H
+#   ifdef HAVE_ALLOCA_H
 #    include <alloca.h>
 #   endif /* HAVE_ALLOCA_H */
 #  endif /* not __GNUC__ */