From be0d59dbf5263d8d6b08a4248c82c0637411af14 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 2 Jan 2003 20:38:57 +0000 Subject: [PATCH] static games --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index f992b8e8d8..578ea7deeb 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index 45a36c81a8..4ae5aacb9f 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.5