Changeset View
Changeset View
Standalone View
Standalone View
lang/php72/files/patch-ext_odbc_config.m4
- This file was moved from databases/php72-odbc/files/patch-config.m4.
| --- config.m4.orig 2018-11-10 15:32:27.031531000 +0100 | --- ext/odbc/config.m4.orig 2016-10-25 15:23:21 UTC | ||||
| +++ config.m4 2018-11-10 15:37:40.815007000 +0100 | +++ ext/odbc/config.m4 | ||||
| @@ -100,13 +100,16 @@ dnl | @@ -100,13 +100,17 @@ dnl | ||||
| dnl configure options | dnl configure options | ||||
| dnl | dnl | ||||
| +PHP_ARG_ENABLE(odbc,, | +PHP_ARG_ENABLE(odbc,, | ||||
| +[ --enable-odbc Enable ODBC support with selected driver]) | +[ --enable-odbc Enable ODBC support with selected driver]) | ||||
| + | + | ||||
| PHP_ARG_WITH(odbcver,, | PHP_ARG_WITH(odbcver,, | ||||
| [ --with-odbcver[=HEX] Force support for the passed ODBC version. A hex number is expected, default 0x0350. | [ --with-odbcver[=HEX] Force support for the passed ODBC version. A hex number is expected, default 0x0350. | ||||
| ▲ Show 20 Lines • Show All 117 Lines • Show Last 20 Lines | |||||