diff configure.in @ 3697:8ce0d75eb4e3

[project @ 2000-07-18 03:28:33 by jwe]
author jwe
date Tue, 18 Jul 2000 03:28:34 +0000
parents 3e474e5b2986
children 7e90f4e9a4d5
line wrap: on
line diff
--- a/configure.in	Mon Jul 17 19:39:47 2000 +0000
+++ b/configure.in	Tue Jul 18 03:28:34 2000 +0000
@@ -21,7 +21,7 @@
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ### 02111-1307, USA. 
 
-AC_REVISION($Revision: 1.331 $)
+AC_REVISION($Revision: 1.332 $)
 AC_PREREQ(2.9)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -861,9 +861,12 @@
   AC_MSG_ERROR([I couldn't find termios.h, termio.h, or sgtty.h!])
 fi
 
+## I'm told that setting LIBGLOB to be $(TOPDIR)/glob/libglob.a causes
+## trouble on SCO systems, but setting it to be the two object files
+## avoids the problem.
 
 GLOB_DIR=glob
-LIBGLOB='$(TOPDIR)/glob/libglob.$(LIBEXT)'
+LIBGLOB='$(TOPDIR)/glob/glob.o $(TOPDIR)/glob/fnmatch.o'
 GLOB_INCFLAGS='-I$(top_srcdir)/glob -I$(TOPDIR)/glob'
 if test "$ac_cv_header_fnmatch_h" = yes \
   && test "$ac_cv_header_glob_h" = yes; then