LTSTATIC update

This commit is contained in:
Kurt Zeilenga 2003-02-09 18:03:39 +00:00
parent 626830b5ad
commit a851d460ec
2 changed files with 3 additions and 3 deletions

4
configure vendored
View File

@ -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

View 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