From: Alexandre Oliva Date: Sun, 14 Mar 1999 03:04:42 +0000 (+0000) Subject: * ltconfig.in (global_symbol_to_cdecl): was reset before trying X-Git-Tag: release-1-2f~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06f34a0898666be06c483f19fd1ebb373d0e207e;p=thirdparty%2Flibtool.git * ltconfig.in (global_symbol_to_cdecl): was reset before trying `symprfx=_', rendering the test with `_' useless --- diff --git a/ChangeLog b/ChangeLog index 7687d185b..fa0614569 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-03-13 Alexandre Oliva + * ltconfig.in (global_symbol_to_cdecl): was reset before trying + `symprfx=_', rendering the test with `_' useless + * doc/libtool.texi (AM_PROG_LIBTOOL): eliminate overfull boxes * doc/libtool.texi: complete dlopening/libltdl documentation diff --git a/ltconfig.in b/ltconfig.in index 67b88cd96..3b3bc43cd 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1518,11 +1518,14 @@ EOF break else global_symbol_pipe= - global_symbol_to_cdecl= fi done echo "$ac_t$pipe_works" 1>&6 +if test -z "$global_symbol_pipe"; then + global_symbol_to_cdecl= +fi + # Check hardcoding attributes. echo $ac_n "checking how to hardcode library paths into programs... $ac_c" 1>&6 hardcode_action=