diff --git a/configure b/configure index cad0f9d862..91a29724f1 100755 --- 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 diff --git a/configure.in b/configure.in index fd206e1e20..eb7a816e78 100644 --- a/configure.in +++ b/configure.in @@ -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