Revert this part, the new one adds more problems than it solves.

This commit is contained in:
Marcus Boerger 2003-01-30 21:36:05 +00:00
parent 4cf174cbd4
commit 302f97abbc

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