]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (global_symbol_to_cdecl): was reset before trying
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 14 Mar 1999 03:04:42 +0000 (03:04 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 14 Mar 1999 03:04:42 +0000 (03:04 +0000)
`symprfx=_', rendering the test with `_' useless

ChangeLog
ltconfig.in

index 7687d185b981b7b054c480ef101f1377c9624298..fa06145690571a6961098284bb56542310fca71d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-03-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * 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
index 67b88cd96bd27d51a2b9de123952c33b31f6cede..3b3bc43cde77da60c70f2fb901a78617b162be22 100755 (executable)
@@ -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=