mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
- fix typo
This commit is contained in:
parent
194044bbdb
commit
d9c97cbd47
@ -57,7 +57,7 @@ if test "$PHP_CURL" != "no"; then
|
||||
|
||||
save_CFLAGS="$CFLAGS"
|
||||
CFLAGS="`$CURL_CONFIG --cflags`"
|
||||
save_LDFLAGS="$LDFALGS"
|
||||
save_LDFLAGS="$LDFLAGS"
|
||||
LDFLAGS="`$CURL_CONFIG --libs` $ld_runpath_switch$CURL_DIR/$PHP_LIBDIR"
|
||||
|
||||
AC_PROG_CPP
|
||||
|
Loading…
Reference in New Issue
Block a user