mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Make sure generated files are up to date....
This commit is contained in:
parent
4d03404848
commit
d99d3c634a
1 changed files with 3 additions and 3 deletions
6
configure
vendored
6
configure
vendored
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.276 1999/11/02 01:32:56 kdz Exp
|
||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.278 1999/11/17 01:18:04 kdz Exp
|
||||
|
||||
# Copyright 1998,1999 The OpenLDAP Foundation. All Rights Reserved.
|
||||
#
|
||||
|
|
@ -3507,7 +3507,7 @@ fi
|
|||
|
||||
else
|
||||
PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e ccopts`"
|
||||
if test x"$ol_with_perl_module" == "xstatic" ; then
|
||||
if test x"$ol_with_perl_module" = "xstatic" ; then
|
||||
SLAPD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`"
|
||||
else
|
||||
MOD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`"
|
||||
|
|
@ -12380,7 +12380,7 @@ fi
|
|||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
have_tcl=yes
|
||||
if test x"$ol_with_tcl_module" == "xstatic" ; then
|
||||
if test x"$ol_with_tcl_module" = "xstatic" ; then
|
||||
SLAPD_LIBS="$SLAPD_LIBS -l${lib}"
|
||||
else
|
||||
MOD_TCL_LIB="-l${lib}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue