From a851d460ec3f4af07c5f464920625e0e05f44e2d Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 9 Feb 2003 18:03:39 +0000 Subject: [PATCH] LTSTATIC update --- configure | 4 ++-- configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index cad0f9d862..91a29724f1 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index fd206e1e20..eb7a816e78 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.5