summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-07-31 03:09:44 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-07-31 03:09:44 +0200
commitb719aa41f4c2ecb66fed4f829ceb30854553e113 (patch)
treeba3586f15a8d4641dbc6fe6ebd70b9a7855b2d02 /ext/pdo_odbc
parent160353688b087aef5a8cba8ba483c4c6f9ee0058 (diff)
downloadphp-git-b719aa41f4c2ecb66fed4f829ceb30854553e113.tar.gz
Fix minor Autoconf coding style
This fixes two minor Autoconf coding styles. Double quotes in arguments don't need to be escaped. This removes warning given by autoreconf: - warning: back quotes and double quotes must not be escaped in...
Diffstat (limited to 'ext/pdo_odbc')
-rwxr-xr-xext/pdo_odbc/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_odbc/config.m4 b/ext/pdo_odbc/config.m4
index 785e302da9..73b7e1cf93 100755
--- a/ext/pdo_odbc/config.m4
+++ b/ext/pdo_odbc/config.m4
@@ -11,7 +11,7 @@ define([PDO_ODBC_HELP_TEXT],[[
--with-pdo-odbc=unixODBC
will check for unixODBC under /usr/local. You may attempt
- to use an otherwise unsupported driver using the \"generic\"
+ to use an otherwise unsupported driver using the 'generic'
flavour. The syntax for generic ODBC support is:
--with-pdo-odbc=generic,dir,libname,ldflags,cflags