1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

Fix configure. (typo?)

This commit is contained in:
foobar
2003-01-28 10:55:36 +00:00
parent c8eb148368
commit 41d6e9af8d

View File

@@ -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
])