]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9591 - Regeneate configure
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 26 Jul 2021 20:06:53 +0000 (20:06 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 26 Jul 2021 20:06:53 +0000 (20:06 +0000)
configure

index ab4216087e26de58f69ef47011ffdf6e5f591db2..7632b46874b35da8c7970de0a04e38991fbc5802 100755 (executable)
--- a/configure
+++ b/configure
@@ -25857,7 +25857,7 @@ OL_VERSIONED_SYMBOLS=""
 if test $ol_enable_versioning != no; then
        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`
+               LDVS=`$LD --help < /dev/null 2>/dev/null | grep 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