Skip to content
Snippets Groups Projects
Commit b6c8d1a9 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#6311

parent 7a2dad95
No related branches found
No related tags found
No related merge requests found
#! /bin/sh
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.631.2.26 2009/08/13 00:11:16 quanah Exp .
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.631.2.27 2009/09/30 00:24:39 hyc Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
......@@ -908,6 +908,7 @@ BUILD_COLLECT
BUILD_CONSTRAINT
BUILD_DDS
BUILD_DENYOP
BUILD_DEREF
BUILD_DYNGROUP
BUILD_DYNLIST
BUILD_LASTMOD
......@@ -4481,6 +4482,7 @@ BUILD_AUDITLOG=no
BUILD_CONSTRAINT=no
BUILD_DDS=no
BUILD_DENYOP=no
BUILD_DEREF=no
BUILD_DYNGROUP=no
BUILD_DYNLIST=no
BUILD_LASTMOD=no
......@@ -6464,7 +6466,7 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
echo '#line 6467 "configure"' > conftest.$ac_ext
echo '#line 6469 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
......@@ -8533,11 +8535,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:8536: $lt_compile\"" >&5)
(eval echo "\"\$as_me:8538: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:8540: \$? = $ac_status" >&5
echo "$as_me:8542: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
......@@ -8795,11 +8797,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:8798: $lt_compile\"" >&5)
(eval echo "\"\$as_me:8800: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:8802: \$? = $ac_status" >&5
echo "$as_me:8804: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
......@@ -8857,11 +8859,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:8860: $lt_compile\"" >&5)
(eval echo "\"\$as_me:8862: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
echo "$as_me:8864: \$? = $ac_status" >&5
echo "$as_me:8866: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
......@@ -11068,7 +11070,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
#line 11071 "configure"
#line 11073 "configure"
#include "confdefs.h"
 
#if HAVE_DLFCN_H
......@@ -11166,7 +11168,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
#line 11169 "configure"
#line 11171 "configure"
#include "confdefs.h"
 
#if HAVE_DLFCN_H
......@@ -38328,7 +38330,7 @@ _ACEOF
fi
 
if test "$ol_enable_deref" != no ; then
BUILD_DDS=$ol_enable_deref
BUILD_DEREF=$ol_enable_deref
if test "$ol_enable_deref" = mod ; then
MFLAG=SLAPD_MOD_DYNAMIC
SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS deref.la"
......@@ -38683,6 +38685,7 @@ fi
 
 
 
 
 
# Check whether --with-xxinstall was given.
......@@ -39499,6 +39502,7 @@ BUILD_COLLECT!$BUILD_COLLECT$ac_delim
BUILD_CONSTRAINT!$BUILD_CONSTRAINT$ac_delim
BUILD_DDS!$BUILD_DDS$ac_delim
BUILD_DENYOP!$BUILD_DENYOP$ac_delim
BUILD_DEREF!$BUILD_DEREF$ac_delim
BUILD_DYNGROUP!$BUILD_DYNGROUP$ac_delim
BUILD_DYNLIST!$BUILD_DYNLIST$ac_delim
BUILD_LASTMOD!$BUILD_LASTMOD$ac_delim
......@@ -39550,7 +39554,7 @@ SLAPD_SQL_INCLUDES!$SLAPD_SQL_INCLUDES$ac_delim
LTLIBOBJS!$LTLIBOBJS$ac_delim
_ACEOF
 
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 91; then
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 92; then
break
elif $ac_last_try; then
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
......@@ -547,6 +547,7 @@ BUILD_AUDITLOG=no
BUILD_CONSTRAINT=no
BUILD_DDS=no
BUILD_DENYOP=no
BUILD_DEREF=no
BUILD_DYNGROUP=no
BUILD_DYNLIST=no
BUILD_LASTMOD=no
......@@ -2821,7 +2822,7 @@ if test "$ol_enable_dds" != no ; then
fi
if test "$ol_enable_deref" != no ; then
BUILD_DDS=$ol_enable_deref
BUILD_DEREF=$ol_enable_deref
if test "$ol_enable_deref" = mod ; then
MFLAG=SLAPD_MOD_DYNAMIC
SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS deref.la"
......@@ -3061,6 +3062,7 @@ dnl overlays
AC_SUBST(BUILD_CONSTRAINT)
AC_SUBST(BUILD_DDS)
AC_SUBST(BUILD_DENYOP)
AC_SUBST(BUILD_DEREF)
AC_SUBST(BUILD_DYNGROUP)
AC_SUBST(BUILD_DYNLIST)
AC_SUBST(BUILD_LASTMOD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment