mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
- fix typo
This commit is contained in:
parent
8d5f95bfac
commit
c54763d35a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue