]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Honor
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 20 Oct 2002 20:52:53 +0000 (20:52 +0000)
committerRobert Boehne <rboehne@gnu.org>
Sun, 20 Oct 2002 20:52:53 +0000 (20:52 +0000)
ac_exeext.

ChangeLog
libtool.m4

index 4d66c59b848636d07c0e99777ea3137a26afa536..af0ef1d15052a186e9968d4c75cfffe0dd26420e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-20  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Honor
+       ac_exeext.
+
 2002-10-14  Albert Chin-A-Young  <china@thewrittenword.com>
 
        * libtool.m4: If ld is being used on IRIX to embed the
index 063f03afe1a28df8716b7f62c398cb4f33f4a0ae..173102aceb8062450813eaf7c446b20c93955662 100644 (file)
@@ -320,7 +320,7 @@ EOF
          save_CFLAGS="$CFLAGS"
          LIBS="conftstm.$ac_objext"
          CFLAGS="$CFLAGS$no_builtin_flag"
-         if AC_TRY_EVAL(ac_link) && test -s conftest; then
+         if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then
            pipe_works=yes
          fi
          LIBS="$save_LIBS"