mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#9591 - Fix missing grep statement
This commit is contained in:
parent
c8761662f4
commit
23f90be693
@ -3133,7 +3133,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
|
||||
AC_MSG_ERROR([Library symbol versioning requested but not supported])
|
||||
|
Loading…
Reference in New Issue
Block a user