From 06f34a0898666be06c483f19fd1ebb373d0e207e Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sun, 14 Mar 1999 03:04:42 +0000 Subject: [PATCH] * ltconfig.in (global_symbol_to_cdecl): was reset before trying `symprfx=_', rendering the test with `_' useless --- ChangeLog | 3 +++ ltconfig.in | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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= -- 2.47.3