Ticket #25967: patch-libiodbc.diff
File patch-libiodbc.diff, 636 bytes (added by coateconnection (David Coate), 14 years ago) |
---|
-
ext/odbc/config.m4
old new 99 99 dnl 100 100 dnl configure options 101 101 dnl 102 :<<'MACPORTS_DISABLED' 102 103 if test -z "$ODBC_TYPE"; then 103 104 PHP_ARG_WITH(adabas,, 104 105 [ --with-adabas[=DIR] Include Adabas D support [/usr/local]]) … … 363 364 AC_MSG_RESULT([$ext_ouput]) 364 365 fi 365 366 fi 367 MACPORTS_DISABLED 366 368 367 369 if test -z "$ODBC_TYPE"; then 368 370 PHP_ARG_WITH(iodbc,, … … 385 387 fi 386 388 fi 387 389 390 388 391 if test -z "$ODBC_TYPE"; then 389 392 PHP_ARG_WITH(esoob,, 390 393 [ --with-esoob[=DIR] Include Easysoft OOB support [/usr/local/easysoft/oob/client]])