Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
f6b3d9d0
Commit
f6b3d9d0
authored
Jan 09, 2020
by
Quanah Gibson-Mount
Browse files
ITS#9144 - Regenerate configure
parent
4badd1e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
f6b3d9d0
#! /bin/sh
# From configure.in Id:
2bd2a4382b8c88241024e1ececa486f31150bbea
.
# From configure.in Id:
f2c3ad25242d5550c0e5ab985b6cbfefbbce2965
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65.
#
...
...
@@ -754,7 +754,6 @@ SLAPD_SQL_LIBS
SLAPD_SQL_LDFLAGS
SLAPD_GMP_LIBS
SLAPD_SLP_LIBS
ICU_LIBS
AUTH_LIBS
LIBSLAPI
SLAPI_LIBS
...
...
@@ -2829,7 +2828,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_aux_dir=
...
...
@@ -5139,7 +5137,6 @@ MODULES_LIBS=
SLAPI_LIBS=
LIBSLAPI=
AUTH_LIBS=
ICU_LIBS=
SLAPD_SLP_LIBS=
SLAPD_GMP_LIBS=
...
...
@@ -6910,7 +6907,7 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
echo '#line 691
3
"configure"' > conftest.$ac_ext
echo '#line 691
0
"configure"' > conftest.$ac_ext
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
(eval $ac_compile) 2>&5
ac_status=$?
...
...
@@ -8591,11 +8588,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:859
4
: $lt_compile\"" >&5)
(eval echo "\"\$as_me:859
1
: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:859
8
: \$? = $ac_status" >&5
echo "$as_me:859
5
: \$? = $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.
...
...
@@ -8853,11 +8850,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:885
6
: $lt_compile\"" >&5)
(eval echo "\"\$as_me:885
3
: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:88
60
: \$? = $ac_status" >&5
echo "$as_me:88
57
: \$? = $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.
...
...
@@ -8915,11 +8912,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:891
8
: $lt_compile\"" >&5)
(eval echo "\"\$as_me:891
5
: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
echo "$as_me:89
22
: \$? = $ac_status" >&5
echo "$as_me:89
19
: \$? = $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
...
...
@@ -10787,7 +10784,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
#line 107
90
"configure"
#line 107
87
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -10885,7 +10882,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
#line 1088
8
"configure"
#line 1088
5
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -21969,74 +21966,6 @@ fi
fi
fi
ol_icu=no
for ac_header in unicode/utypes.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
eval as_val=\$$as_ac_Header
if test "x$as_val" = x""yes; then :
cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF
fi
done
if test $ac_cv_header_unicode_utypes_h = yes ; then
OL_ICULIBS="-licuuc -licudata"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ICU libraries" >&5
$as_echo_n "checking for ICU libraries... " >&6; }
if test "${ol_cv_lib_icu+set}" = set; then :
$as_echo_n "(cached) " >&6
else
ol_LIBS="$LIBS"
LIBS="$OL_ICULIBS $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <unicode/utypes.h>
int
main ()
{
(void) u_errorName(0);
;
return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
ol_cv_lib_icu=yes
else
ol_cv_lib_icu=no
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
LIBS="$ol_LIBS"
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ol_cv_lib_icu" >&5
$as_echo "$ol_cv_lib_icu" >&6; }
if test $ol_cv_lib_icu != no ; then
ol_icu="$OL_ICULIBS"
$as_echo "#define HAVE_ICU 1" >>confdefs.h
fi
fi
if test "$ol_icu" = no ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ICU not available" >&5
$as_echo "$as_me: WARNING: ICU not available" >&2;}
else
ICU_LIBS="$ol_icu"
fi
WITH_SASL=no
ol_link_sasl=no
ol_link_spasswd=no
...
...
@@ -24866,7 +24795,6 @@ fi
# Check whether --with-xxinstall was given.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment