]> sourceware.org Git - automake.git/commitdiff
AC_FUNC_FNMATCH doesn't add to LIBOBJS
authorTom Tromey <tromey@redhat.com>
Fri, 22 Nov 1996 06:28:17 +0000 (06:28 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 22 Nov 1996 06:28:17 +0000 (06:28 +0000)
automake.in

index e20c2312fda0d6f657a11149c8000f20ff3e2d2b..cc8cbd41265594818fee823d76a0822f7c19965b 100755 (executable)
@@ -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;
This page took 0.033972 seconds and 5 git commands to generate.