mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:33:44 +03:00
configure: replace stray raw grep with $GREP
Follow-up to7cc2e8b349Follow-up tobfaab6ed6bCherry-picked from #22543 Closes #22554
This commit is contained in:
parent
cd238bb7ad
commit
acd9411b01
1 changed files with 1 additions and 1 deletions
|
|
@ -2814,7 +2814,7 @@ AS_HELP_STRING([--disable-versioned-symbols], [Disable versioned symbols in shar
|
|||
*)
|
||||
AC_MSG_RESULT(yes)
|
||||
AC_MSG_CHECKING([if libraries can be versioned])
|
||||
GLD=`$LD --help < /dev/null 2>/dev/null | grep version-script`
|
||||
GLD=`$LD --help < /dev/null 2>/dev/null | $GREP version-script`
|
||||
if test -z "$GLD"; then
|
||||
AC_MSG_RESULT(no)
|
||||
AC_MSG_WARN([You need an ld version supporting the --version-script option])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue