mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9591 - Regeneate configure
This commit is contained in:
parent
23f90be693
commit
9f6ad7f5d1
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -25857,7 +25857,7 @@ OL_VERSIONED_SYMBOLS=""
|
||||||
if test $ol_enable_versioning != no; then
|
if test $ol_enable_versioning != no; then
|
||||||
LDVS=`$LD --help < /dev/null 2>/dev/null | grep gnu-version-script`
|
LDVS=`$LD --help < /dev/null 2>/dev/null | grep gnu-version-script`
|
||||||
if test -z "$LDVS"; then
|
if test -z "$LDVS"; then
|
||||||
LDVS=`$LD --help < /dev/null 2>/dev/null | version-script`
|
LDVS=`$LD --help < /dev/null 2>/dev/null | grep version-script`
|
||||||
if test -z "$LDVS"; then
|
if test -z "$LDVS"; then
|
||||||
if test $ol_enable_versioning = "yes" ; then
|
if test $ol_enable_versioning = "yes" ; then
|
||||||
as_fn_error $? "Library symbol versioning requested but not supported" "$LINENO" 5
|
as_fn_error $? "Library symbol versioning requested but not supported" "$LINENO" 5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue