Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
5b309c7b
Commit
5b309c7b
authored
Jun 27, 2021
by
Quanah Gibson-Mount
Browse files
ITS#9591 - Regenerate configure
parent
bdac9753
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
5b309c7b
#! /bin/sh
# From configure.ac Id:
2aac5271417c42d282d2cba67638e629aec8f36
2 .
# From configure.ac Id:
1c372d9fe8d80795909df859a01abd486462d0a
2 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69.
#
...
...
@@ -25810,13 +25810,18 @@ fi
OL_VERSIONED_SYMBOLS=""
if test $ol_enable_versioning != no; then
LDVS=`$LD --help < /dev/null 2>/dev/null | grep version-script`
LDVS=`$LD --help < /dev/null 2>/dev/null | grep
gnu-
version-script`
if test -z "$LDVS"; then
if test $ol_enable_versioning = "yes" ; then
as_fn_error $? "Library symbol versioning requested but not supported" "$LINENO" 5
LDVS=`$LD --help < /dev/null 2>/dev/null | version-script`
if test -z "$LDVS"; then
if test $ol_enable_versioning = "yes" ; then
as_fn_error $? "Library symbol versioning requested but not supported" "$LINENO" 5
fi
else
OL_VERSIONED_SYMBOLS="-Wl,--version-script="
fi
else
OL_VERSIONED_SYMBOLS="-
Wl,-
-version-script="
OL_VERSIONED_SYMBOLS="-
z gnu
-version-script="
fi
fi
...
...
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