summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-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