]> git.sur5r.net Git - openldap/commitdiff
static games
authorKurt Zeilenga <kurt@openldap.org>
Thu, 2 Jan 2003 20:38:57 +0000 (20:38 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 2 Jan 2003 20:38:57 +0000 (20:38 +0000)
configure
configure.in

index f992b8e8d874d76666bf3a149b525261ae46b13f..578ea7deeb44574dcb623688e334b40fc5359bdb 100755 (executable)
--- a/configure
+++ b/configure
@@ -7893,7 +7893,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
 
 LTSTATIC=""
-if test "${OPENLDAP_CVS}"; then
+if test -z "$LTDYNAMIC" -a "${OPENLDAP_CVS}"; then
        LTSTATIC="-static"
 fi
 
index 45a36c81a85b2601fd3fe560b14627e4e80826be..4ae5aacb9fc990b53337d82ee16152ddadc1bce6 100644 (file)
@@ -659,7 +659,7 @@ AC_LIBTOOL_DLOPEN
 AC_PROG_LIBTOOL
 
 LTSTATIC=""
-if test "${OPENLDAP_CVS}"; then
+if test -z "$LTDYNAMIC" -a "${OPENLDAP_CVS}"; then
        LTSTATIC="-static"
 fi
 AC_SUBST(LTSTATIC)dnl