]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9591 - Regenerate configure
authorQuanah Gibson-Mount <quanah@openldap.org>
Sun, 27 Jun 2021 17:39:22 +0000 (17:39 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Sun, 27 Jun 2021 17:39:22 +0000 (17:39 +0000)
configure

index 91c6b6b977b3564b20166fc27d8bc426d22b1c94..ab4216087e26de58f69ef47011ffdf6e5f591db2 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Id: 6e44acf395711a629226ef773689e99c86f64554 .
+# From configure.ac Id: 000982843a93bce89b9e15dd72b0e546402acec7 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69.
 #
 
 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