summaryrefslogtreecommitdiff
path: root/ext/interbase/config.m4
diff options
context:
space:
mode:
authorArd Biesheuvel <abies@php.net>2004-05-12 14:29:42 +0000
committerArd Biesheuvel <abies@php.net>2004-05-12 14:29:42 +0000
commitafc9cb151bec01d3d3a9a8f353a35940495e2e5a (patch)
treeb099c5036ba184d6c0c38497733e43211033555f /ext/interbase/config.m4
parentb4939dfa9adfc3d1561735cd3f95206844aca680 (diff)
downloadphp-git-afc9cb151bec01d3d3a9a8f353a35940495e2e5a.tar.gz
Dropped support for ancient Interbase versions (< 6)
# This has no consequences for Firebird, as its initial release was based on IB 6
Diffstat (limited to 'ext/interbase/config.m4')
-rw-r--r--ext/interbase/config.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/interbase/config.m4 b/ext/interbase/config.m4
index e61bf49adc..5f8d66ba8b 100644
--- a/ext/interbase/config.m4
+++ b/ext/interbase/config.m4
@@ -38,18 +38,6 @@ if test "$PHP_INTERBASE" != "no"; then
-L$IBASE_LIBDIR
])
- if test " $IBASE_LIBNAME" != " "; then
- PHP_CHECK_LIBRARY($IBASE_LIBNAME, isc_service_attach,
- [
- AC_DEFINE(HAVE_IBASE6_API,1,[ ])
- 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_ADD_INCLUDE($IBASE_INCDIR)
AC_DEFINE(HAVE_IBASE,1,[ ])