Skip to content

Commit 38d9adc

Browse files
committed
Ope, accidentally deleted this in a refactor
1 parent 8f9c41d commit 38d9adc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ext/odbc/config.m4

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,10 @@ AS_VAR_IF([PHP_ODBCVER], [no],
130130

131131
dnl Extension setup
132132
if test -n "$ODBC_TYPE"; then
133-
AS_VAR_IF([ODBC_TYPE], [dbmaker],, [
134-
PHP_EVAL_LIBLINE([$ODBC_LFLAGS $ODBC_LIBS], [ODBC_SHARED_LIBADD])
135-
])
133+
PHP_EVAL_LIBLINE([$ODBC_LFLAGS $ODBC_LIBS], [ODBC_SHARED_LIBADD])
134+
AC_DEFINE([HAVE_SQLDATASOURCES], [1],
135+
[Define to 1 if ODBC library has 'SQLDataSources', as a function or
136+
macro.])
136137

137138
AC_DEFINE([HAVE_UODBC], [1],
138139
[Define to 1 if the PHP extension 'odbc' is available.])

0 commit comments

Comments
 (0)