summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-10-11 21:01:04 +0000
committerRoland McGrath <roland@redhat.com>1992-10-11 21:01:04 +0000
commita39f01fb1d22b657d0f7e1c4d69901969b9e786b (patch)
tree95c4f55d05c366b05f3fbd7ea7269e051ae5bc2e /configure.in
parentb13de88757f7437029167cf4439718349b2c988f (diff)
downloadgunmake-a39f01fb1d22b657d0f7e1c4d69901969b9e786b.tar.gz
Formerly configure.in.~4~
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.in b/configure.in
index c419713..70601b9 100644
--- a/configure.in
+++ b/configure.in
@@ -18,16 +18,6 @@ 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)