static games

This commit is contained in:
Kurt Zeilenga 2003-01-02 20:38:57 +00:00
parent d96236b5ce
commit be0d59dbf5
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

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

View File

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