summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-04-30 11:15:27 +0000
committerAndrew Tridgell <tridge@samba.org>2000-04-30 11:15:27 +0000
commite23f43e7d3d2a068f527baa63a31f7fe4e60e79d (patch)
tree8dcf77c72ad42835d4588d012b48f324ca438a8b /source/configure.in
parent0e63b4b36334aeb6de6691436b82e1d9784b1541 (diff)
downloadsamba-e23f43e7d3d2a068f527baa63a31f7fe4e60e79d.tar.gz
samba-e23f43e7d3d2a068f527baa63a31f7fe4e60e79d.tar.xz
samba-e23f43e7d3d2a068f527baa63a31f7fe4e60e79d.zip
we don't need fnmatch.c any more
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/configure.in b/source/configure.in
index fa76bd13d1b..d0061ecf62e 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -838,14 +838,6 @@ if test x"$samba_cv_REPLACE_GETPASS" = x"yes"; then
AC_DEFINE(REPLACE_GETPASS)
fi
-AC_CACHE_CHECK([for working fnmatch],samba_cv_HAVE_FNMATCH,[
-AC_TRY_RUN([#include <fnmatch.h>
-main() { exit(fnmatch("*.o", "x.o", FNM_PATHNAME) == 0? 0: 1); }],
-samba_cv_HAVE_FNMATCH=yes,samba_cv_HAVE_FNMATCH=no,samba_cv_HAVE_FNMATCH=cross)])
-if test x"$samba_cv_HAVE_FNMATCH" = x"yes"; then
- AC_DEFINE(HAVE_FNMATCH)
-fi
-
AC_CACHE_CHECK([for broken inet_ntoa],samba_cv_REPLACE_INET_NTOA,[
AC_TRY_RUN([
#include <stdio.h>