abies Wed Feb 11 11:20:48 2004 EDT
Modified files:
/php-src/ext/interbase config.m4
Log:
Look in the right place for lib
http://cvs.php.net/diff.php/php-src/ext/interbase/config.m4?r1=1.17&r2=1.18&ty=u
Index: php-src/ext/interbase/config.m4
diff -u php-src/ext/interbase/config.m4:1.17 php-src/ext/interbase/config.m4:1.18
--- php-src/ext/interbase/config.m4:1.17 Sun Feb 1 12:42:26 2004
+++ php-src/ext/interbase/config.m4 Wed Feb 11 11:20:48 2004
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.17 2004/02/01 17:42:26 abies Exp $
+dnl $Id: config.m4,v 1.18 2004/02/11 16:20:48 abies Exp $
dnl
PHP_ARG_WITH(interbase,for InterBase support,
@@ -45,7 +45,9 @@
AC_MSG_RESULT([Interbase version 6 API has been enabled.])
], [
AC_MSG_RESULT([Interbase version 6 API has NOT been enabled.])
- ], [ ])
+ ], [
+ -L$IBASE_LIBDIR
+ ])
fi
PHP_ADD_LIBRARY_WITH_PATH($IBASE_LIBNAME, $IBASE_LIBDIR, INTERBASE_SHARED_LIBADD)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php