]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly configure.in.~3~
authorRoland McGrath <roland@redhat.com>
Fri, 9 Oct 1992 16:12:29 +0000 (16:12 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 9 Oct 1992 16:12:29 +0000 (16:12 +0000)
configure.in

index 86e828bbd7081ed58163f18bd0a605df2a3ce458..c4197136c895d9068461089c4949de963f845dfd 100644 (file)
@@ -18,11 +18,16 @@ AC_HAVE_HEADERS(limits.h sys/param.h)
 AC_MINUS_C_MINUS_O
 
 AC_SUBST(LIBOBJS)
+ifdef([notdef],
+# Apparently some systems have a buggy glob function in their C library.
+# So forget them and always use ours.
 AC_COMPILE_CHECK(POSIX.2 glob functions,
                 [#include <glob.h>],
                 [glob (0, 0, 0, 0);],
                 AC_DEFINE(HAVE_GLOB_H),
                 [LIBOBJS="$LIBOBJS glob/libglob.a"])
+)
+LIBOBJS="$LIBOBJS glob/libglob.a"
 
 AC_HAVE_FUNCS(getdtablesize sys_siglist _sys_siglist \
              dup2 getcwd sigsetmask getgroups setlinebuf)