From: Dan Fandrich Date: Wed, 31 Jan 2007 23:15:47 +0000 (+0000) Subject: Properly use libtool macros to fix OpenLDAP library name detection on Darwin. X-Git-Tag: curl-7_16_2~391 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5565f45f5e5213df213336f99d19a471c1ac2632;p=curl Properly use libtool macros to fix OpenLDAP library name detection on Darwin. --- diff --git a/acinclude.m4 b/acinclude.m4 index e213841dc..3be1cb4fa 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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"