mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
static games
This commit is contained in:
parent
d96236b5ce
commit
be0d59dbf5
2
configure
vendored
2
configure
vendored
@ -7893,7 +7893,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
|
||||
|
||||
LTSTATIC=""
|
||||
if test "${OPENLDAP_CVS}"; then
|
||||
if test -z "$LTDYNAMIC" -a "${OPENLDAP_CVS}"; then
|
||||
LTSTATIC="-static"
|
||||
fi
|
||||
|
||||
|
@ -659,7 +659,7 @@ AC_LIBTOOL_DLOPEN
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
LTSTATIC=""
|
||||
if test "${OPENLDAP_CVS}"; then
|
||||
if test -z "$LTDYNAMIC" -a "${OPENLDAP_CVS}"; then
|
||||
LTSTATIC="-static"
|
||||
fi
|
||||
AC_SUBST(LTSTATIC)dnl
|
||||
|
Loading…
Reference in New Issue
Block a user