summaryrefslogtreecommitdiff
path: root/ext/odbc/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-05-01 23:22:55 +0000
committerfoobar <sniper@php.net>2001-05-01 23:22:55 +0000
commitd0dac28cc229ead43520d3a468b52cb1aa7be509 (patch)
tree00c2d7aa6f6f5b0010ca2f93635cd0952f2c09f8 /ext/odbc/config.m4
parent1d7dc11df0b9bfcc44e450eb7d5cb0ca914d54f2 (diff)
downloadphp-git-d0dac28cc229ead43520d3a468b52cb1aa7be509.tar.gz
Fix bug #10563
Diffstat (limited to 'ext/odbc/config.m4')
-rw-r--r--ext/odbc/config.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4
index 57166d710e..500aa4a87e 100644
--- a/ext/odbc/config.m4
+++ b/ext/odbc/config.m4
@@ -474,10 +474,10 @@ if test -n "$ODBC_TYPE"; then
fi
AC_DEFINE(HAVE_UODBC,1,[ ])
PHP_SUBST(ODBC_INCDIR)
- PHP_SUBST(ODBC_INCLUDE)
PHP_SUBST(ODBC_LIBDIR)
- PHP_SUBST(ODBC_LIBS)
- PHP_SUBST(ODBC_LFLAGS)
+ PHP_SUBST_OLD(ODBC_INCLUDE)
+ PHP_SUBST_OLD(ODBC_LIBS)
+ PHP_SUBST_OLD(ODBC_LFLAGS)
PHP_SUBST_OLD(ODBC_TYPE)
PHP_EXTENSION(odbc, $shared)
fi