mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 04:59:39 -05:00
static games
This commit is contained in:
parent
d96236b5ce
commit
be0d59dbf5
2 changed files with 2 additions and 2 deletions
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 a new issue