From 44a201275fcc682b24595bc0bc93bc9ecb667e8e Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 20 Oct 2002 20:52:53 +0000 Subject: [PATCH] * libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Honor ac_exeext. --- ChangeLog | 5 +++++ libtool.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4d66c59b8..af0ef1d15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-20 Alexandre Duret-Lutz + + * libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Honor + ac_exeext. + 2002-10-14 Albert Chin-A-Young * libtool.m4: If ld is being used on IRIX to embed the diff --git a/libtool.m4 b/libtool.m4 index 063f03afe..173102ace 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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" -- 2.47.2