Skip to content

Commit 9d975ee

Browse files
author
Evan Klinger
committed
@- Fix Informix compile (Evan)
Fix --with-informix. Was adding wrong library.
1 parent 4a445c1 commit 9d975ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/informix/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ WARNING: You specified Informix base install directory that is different
7474
case "$i" in
7575
*.o)
7676
IFX_OBJS="$IFX_OBJS $i"
77-
AC_ADD_LIBRARY_WITH_PATH(php_ifx, $abs_builddir/ext/informix);;
77+
AC_ADD_LIBRARY_WITH_PATH(ifx, $abs_builddir/ext/informix);;
7878
-l*)
7979
lib=`echo $i|sed 's/^-l//'`
8080
AC_ADD_LIBRARY($lib);;

0 commit comments

Comments
 (0)