changeset 4607:eb84ffc19e44

[project @ 2003-11-13 20:17:52 by jwe]
author jwe
date Thu, 13 Nov 2003 20:17:52 +0000
parents a08b7f567bda
children 22ca4cc02525
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Nov 13 15:31:32 2003 +0000
+++ b/configure.in	Thu Nov 13 20:17:52 2003 +0000
@@ -29,7 +29,7 @@
 EXTERN_CXXFLAGS="$CXXFLAGS"
 
 AC_INIT
-AC_REVISION($Revision: 1.438 $)
+AC_REVISION($Revision: 1.439 $)
 AC_PREREQ(2.57)
 AC_CONFIG_SRCDIR([src/octave.cc])
 AC_CONFIG_HEADER(config.h)
@@ -934,7 +934,7 @@
 ## avoids the problem.
 
 GLOB_DIR=glob
-if test -n "$(ALLOCA)"; then
+if test -n "$ALLOCA"; then
   LIBGLOB='$(TOPDIR)/glob/glob.o $(TOPDIR)/glob/fnmatch.o $(TOPDIR)/glob/alloca.o'
 else
   LIBGLOB='$(TOPDIR)/glob/glob.o $(TOPDIR)/glob/fnmatch.o'