From: Quanah Gibson-Mount Date: Mon, 26 Jul 2021 20:06:53 +0000 (+0000) Subject: ITS#9591 - Regeneate configure X-Git-Tag: OPENLDAP_REL_ENG_2_6_0~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f6ad7f5d12b65d9abbc6fd4dca2b5daa9125eb8;p=thirdparty%2Fopenldap.git ITS#9591 - Regeneate configure --- diff --git a/configure b/configure index ab4216087e..7632b46874 100755 --- 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