From: Tom Tromey Date: Fri, 22 Nov 1996 06:28:17 +0000 (+0000) Subject: AC_FUNC_FNMATCH doesn't add to LIBOBJS X-Git-Tag: Release-1-1h~9 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=eda1a3c8604ad490c82306059bfac30ca9f6def1;p=automake.git AC_FUNC_FNMATCH doesn't add to LIBOBJS --- diff --git a/automake.in b/automake.in index e20c2312..cc8cbd41 100755 --- a/automake.in +++ b/automake.in @@ -2993,10 +2993,6 @@ sub scan_configure { $libsources{'fileblocks.c'} = 1; } - elsif (/AC_FUNC_FNMATCH/) - { - $libsources{'fnmatch.c'} = 1; - } elsif (/A[CM]_REPLACE_GNU_GETOPT/) { $libsources{'getopt.c'} = 1;