Skip to content

Commit 41d6e9a

Browse files
author
foobar
committed
Fix configure. (typo?)
1 parent c8eb148 commit 41d6e9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/dba/config.m4

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ AC_DEFUN(PHP_DBA_STD_BEGIN,[
1010

1111
AC_DEFUN(PHP_TEMP_LDFLAGS,[
1212
old_LDFLAGS=$LDFLAGS
13-
dnl LDFLAGS="$1 $LDFLAGS"
14-
LDFLAGS="$1"
13+
LDFLAGS="$1 $LDFLAGS"
1514
$2
1615
LDFLAGS=$old_LDFLAGS
1716
])

0 commit comments

Comments
 (0)