From eda1a3c8604ad490c82306059bfac30ca9f6def1 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 22 Nov 1996 06:28:17 +0000 Subject: [PATCH] AC_FUNC_FNMATCH doesn't add to LIBOBJS --- automake.in | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.43.5