mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
LTSTATIC update
This commit is contained in:
parent
626830b5ad
commit
a851d460ec
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user