ITS#9591 - Regenerate configure

This commit is contained in:
Quanah Gibson-Mount 2021-06-27 17:39:22 +00:00
parent f76d40a963
commit 62cad4e647

9
configure vendored
View file

@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
# From configure.ac Id: 6e44acf395711a629226ef773689e99c86f64554 . # From configure.ac Id: 000982843a93bce89b9e15dd72b0e546402acec7 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69. # Generated by GNU Autoconf 2.69.
# #
@ -25855,7 +25855,9 @@ fi
OL_VERSIONED_SYMBOLS="" 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 version-script` LDVS=`$LD --help < /dev/null 2>/dev/null | grep gnu-version-script`
if test -z "$LDVS"; then
LDVS=`$LD --help < /dev/null 2>/dev/null | 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
@ -25863,6 +25865,9 @@ if test $ol_enable_versioning != no; then
else else
OL_VERSIONED_SYMBOLS="-Wl,--version-script=" OL_VERSIONED_SYMBOLS="-Wl,--version-script="
fi fi
else
OL_VERSIONED_SYMBOLS="-z gnu-version-script="
fi
fi fi