summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 651387e..8251a8a 100644
--- a/configure.in
+++ b/configure.in
@@ -169,7 +169,9 @@ AC_CACHE_VAL(make_cv_sys_gnu_glob, [
case "$make_cv_sys_gnu_glob" in
yes) AC_MSG_RESULT(yes) ;;
no) AC_MSG_RESULT([no; using local copy])
- CPPFLAGS="$CPPFLAGS -I$srcdir/glob" ;;
+ CPPFLAGS="$CPPFLAGS -I$srcdir/glob"
+ AC_SUBST(GLOBLIB) GLOBLIB=glob/libglob.a
+ ;;
esac
@@ -179,8 +181,6 @@ if test -r $srcdir/maintMakefile; then
fi
AC_SUBST_FILE(MAINT_MAKEFILE)
-dnl AM_CONDITIONAL(MAINT_MAKEFILE, test -r $srcdir/maintMakefile)
-
AC_OUTPUT(Makefile glob/Makefile build.sh)
case "$make_badcust" in