]> git.sur5r.net Git - openldap/commitdiff
LTSTATIC update
authorKurt Zeilenga <kurt@openldap.org>
Sun, 9 Feb 2003 18:03:39 +0000 (18:03 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 9 Feb 2003 18:03:39 +0000 (18:03 +0000)
configure
configure.in

index cad0f9d862387ecf6e8c094b5a56006639fa30f1..91a29724f18d572df9d509cc5217927f477f87c7 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.455 2003/01/03 19:20:47 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.456 2003/02/09 06:42:24 kurt Exp  
 
 # Copyright 1998-2003 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -7850,7 +7850,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
 
 LTSTATIC=""
-if test -z "$LTDYNAMIC" -a "${OPENLDAP_CVS}"; then
+if test -z "$LTDYNAMIC"; then
        LTSTATIC="-static"
 fi
 
index fd206e1e20cf0b2b1cb626b5b88031585702f686..eb7a816e788300aea559154644b389cf4111def4 100644 (file)
@@ -659,7 +659,7 @@ AC_LIBTOOL_DLOPEN
 AC_PROG_LIBTOOL
 
 LTSTATIC=""
-if test -z "$LTDYNAMIC" -a "${OPENLDAP_CVS}"; then
+if test -z "$LTDYNAMIC"; then
        LTSTATIC="-static"
 fi
 AC_SUBST(LTSTATIC)dnl