1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 17:43:13 +02:00

Revert changes.

This commit is contained in:
Evan Klinger
1999-12-05 22:19:13 +00:00
parent 9d975ee69e
commit 2e7c800e06

View File

@@ -74,7 +74,7 @@ WARNING: You specified Informix base install directory that is different
case "$i" in
*.o)
IFX_OBJS="$IFX_OBJS $i"
AC_ADD_LIBRARY_WITH_PATH(ifx, $abs_builddir/ext/informix);;
AC_ADD_LIBRARY_WITH_PATH(php_ifx, $abs_builddir/ext/informix);;
-l*)
lib=`echo $i|sed 's/^-l//'`
AC_ADD_LIBRARY($lib);;