From 28063ba5b2d0ba12dea3bf0be741d3874bbd70af Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 30 Jul 2003 06:12:29 +0000 Subject: [PATCH] Got rid of test for fnmatch. --- configure.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configure.in b/configure.in index e5bafdc7..68dac5a0 100644 --- a/configure.in +++ b/configure.in @@ -429,15 +429,6 @@ if test x"$rsync_cv_HAVE_SOCKETPAIR" = x"yes"; then AC_DEFINE(HAVE_SOCKETPAIR, 1, [ ]) fi -AC_CACHE_CHECK([for working fnmatch],rsync_cv_HAVE_FNMATCH,[ -AC_TRY_RUN([#include -main() { exit((fnmatch("*.o", "x.o", FNM_PATHNAME) == 0 && - fnmatch("a/b/*", "a/b/c/d", FNM_PATHNAME) != 0) ? 0: 1); }], -rsync_cv_HAVE_FNMATCH=yes,rsync_cv_HAVE_FNMATCH=no,rsync_cv_HAVE_FNMATCH=cross)]) -if test x"$rsync_cv_HAVE_FNMATCH" = x"yes"; then - AC_DEFINE(HAVE_FNMATCH, 1, [ ]) -fi - if test x"$with_included_popt" != x"yes" then AC_CHECK_LIB(popt, poptGetContext, , [with_included_popt=yes]) -- 2.34.1