mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 08:02:16 -05:00
LTSTATIC update
This commit is contained in:
parent
626830b5ad
commit
a851d460ec
2 changed files with 3 additions and 3 deletions
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…
Reference in a new issue