mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix configure. (typo?)
This commit is contained in:
parent
c8eb148368
commit
41d6e9af8d
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ AC_DEFUN(PHP_DBA_STD_BEGIN,[
|
|||
|
||||
AC_DEFUN(PHP_TEMP_LDFLAGS,[
|
||||
old_LDFLAGS=$LDFLAGS
|
||||
dnl LDFLAGS="$1 $LDFLAGS"
|
||||
LDFLAGS="$1"
|
||||
LDFLAGS="$1 $LDFLAGS"
|
||||
$2
|
||||
LDFLAGS=$old_LDFLAGS
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue