mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#6035 - regenerate configure
This commit is contained in:
parent
2b01b8dd56
commit
05e0780558
1 changed files with 13 additions and 10 deletions
23
configure
vendored
23
configure
vendored
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Id: c4f9dbe3dd538f85d7a57f40fe1d492df83dfb4a .
|
||||
# From configure.in Id: 0bbce5af379c511773e159a09a441aacf8a15fe7 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69.
|
||||
#
|
||||
|
|
@ -854,6 +854,7 @@ BUILD_SLAPI
|
|||
BUILD_SLAPD
|
||||
BUILD_LIBS_DYNAMIC
|
||||
BUILD_THREAD
|
||||
BUILD_REWRITE
|
||||
WITH_ACI_ENABLED
|
||||
WITH_MODULES_ENABLED
|
||||
WITH_TLS
|
||||
|
|
@ -5118,6 +5119,7 @@ SLAPD_LIBS=
|
|||
|
||||
BUILD_SLAPD=no
|
||||
|
||||
BUILD_REWRITE=no
|
||||
BUILD_THREAD=no
|
||||
|
||||
BUILD_SLAPI=no
|
||||
|
|
@ -6956,7 +6958,7 @@ ia64-*-hpux*)
|
|||
;;
|
||||
*-*-irix6*)
|
||||
# Find out which ABI we are using.
|
||||
echo '#line 6959 "configure"' > conftest.$ac_ext
|
||||
echo '#line 6961 "configure"' > conftest.$ac_ext
|
||||
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
|
||||
(eval $ac_compile) 2>&5
|
||||
ac_status=$?
|
||||
|
|
@ -8636,11 +8638,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:8639: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:8641: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>conftest.err)
|
||||
ac_status=$?
|
||||
cat conftest.err >&5
|
||||
echo "$as_me:8643: \$? = $ac_status" >&5
|
||||
echo "$as_me:8645: \$? = $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.
|
||||
|
|
@ -8898,11 +8900,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:8901: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:8903: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>conftest.err)
|
||||
ac_status=$?
|
||||
cat conftest.err >&5
|
||||
echo "$as_me:8905: \$? = $ac_status" >&5
|
||||
echo "$as_me:8907: \$? = $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.
|
||||
|
|
@ -8960,11 +8962,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:8963: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:8965: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>out/conftest.err)
|
||||
ac_status=$?
|
||||
cat out/conftest.err >&5
|
||||
echo "$as_me:8967: \$? = $ac_status" >&5
|
||||
echo "$as_me:8969: \$? = $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
|
||||
|
|
@ -10832,7 +10834,7 @@ else
|
|||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 10835 "configure"
|
||||
#line 10837 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
|
@ -10930,7 +10932,7 @@ else
|
|||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 10933 "configure"
|
||||
#line 10935 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
|
@ -23718,6 +23720,7 @@ fi
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Check whether --with-xxinstall was given.
|
||||
|
|
|
|||
Loading…
Reference in a new issue