aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-01-31 23:15:47 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-01-31 23:15:47 +0000
commit5565f45f5e5213df213336f99d19a471c1ac2632 (patch)
treef99ebd4e4b05f0f94f07d2562e1d0f2876bbb267
parent49c4d9c9cd6ef5354ea68e8ace79fbe3cc5eae9d (diff)
Properly use libtool macros to fix OpenLDAP library name detection on Darwin.
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
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"