diff options
Diffstat (limited to 'ext/odbc/config.m4')
-rw-r--r-- | ext/odbc/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index ab0c55c247..5a4c09ef4e 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -291,8 +291,8 @@ PHP_ARG_WITH([custom-odbc],, [AS_HELP_STRING([[--with-custom-odbc[=DIR]]], [Include user defined ODBC support. DIR is ODBC install base directory [/usr/local]. Make sure to define CUSTOM_ODBC_LIBS and have some odbc.h in - your include dirs. f.e. you should define following for Sybase SQL Anywhere - 5.5.00 on QNX, prior to running this configure script: + your include dirs. For example, you should define following for Sybase SQL + Anywhere 5.5.00 on QNX, prior to running this configure script: CPPFLAGS="-DODBC_QNX -DSQLANY_BUG" LDFLAGS=-lunix CUSTOM_ODBC_LIBS="-ldblib -lodbc"])]) |