]> granicus.if.org Git - curl/commitdiff
Properly use libtool macros to fix OpenLDAP library name detection on Darwin.
authorDan Fandrich <dan@coneharvesters.com>
Wed, 31 Jan 2007 23:15:47 +0000 (23:15 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 31 Jan 2007 23:15:47 +0000 (23:15 +0000)
acinclude.m4

index e213841dcdfb1ebcfdd52b0cde3104b22d8bdc5a..3be1cb4fac185ef5fca85ece763a12f501a9b27e 100644 (file)
@@ -1851,7 +1851,7 @@ AC_DEFUN([CURL_DLLIB_NAME],
 AC_MSG_CHECKING([name of dynamic library $2])
 dnl The shared library extension variable name changes from version to
 dnl version of libtool.  Try a few names then just set one statically.
-test -z "$shared_ext" && shared_ext="$shrext_cmds"
+test -z "$shared_ext" && shared_ext="$std_shrext"
 test -z "$shared_ext" && shared_ext="$shrext"
 test -z "$shared_ext" && shared_ext=".so"