summaryrefslogtreecommitdiff
path: root/ext/odbc
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-09 17:53:57 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-09 17:53:57 +0200
commitcbefc538fa36d81f678b291a2592df53e6b5b7d6 (patch)
treeeaf77058a419587da16bfe5d7cc8caa6974e49f2 /ext/odbc
parent23a90b284748ebc89f6acd01c9fbc7101d5264b2 (diff)
parent48abed7fd89a50c568ab3f5932fbc85ba93dae79 (diff)
downloadphp-git-cbefc538fa36d81f678b291a2592df53e6b5b7d6.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Use e.g. instead of less common f.e. [ci skip]
Diffstat (limited to 'ext/odbc')
-rw-r--r--ext/odbc/config.m44
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"])])