diff options
author | Sascha Schumann <sas@php.net> | 1999-09-16 15:35:49 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-09-16 15:35:49 +0000 |
commit | e20af627c2e174e9398141e68a897ba4d0d08cdb (patch) | |
tree | 0195b1d2c08185d2cbdc5b2e4ae00c5c1ac8d24b /ext/odbc | |
parent | cf0ea123842b793dfc4d43624b43ef86f1e9eb01 (diff) | |
download | php-git-e20af627c2e174e9398141e68a897ba4d0d08cdb.tar.gz |
improve short help messages
Diffstat (limited to 'ext/odbc')
-rw-r--r-- | ext/odbc/config.m4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index 6113438145..68fdd1be48 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -131,8 +131,8 @@ fi if test -z "$ODBC_TYPE"; then AC_MSG_CHECKING(for Velocis support) AC_ARG_WITH(velocis, -[ --with-velocis[=DIR] Include Velocis support. DIR is the Velocis - base install directory, defaults to /usr/local/velocis.], +[ --with-velocis[=DIR] Include Velocis support. DIR is the Velocis base + install directory, defaults to /usr/local/velocis.], [ if test "$withval" != "no"; then if test "$withval" = "yes"; then @@ -164,7 +164,8 @@ fi if test -z "$ODBC_TYPE"; then AC_MSG_CHECKING(for a custom ODBC support) AC_ARG_WITH(custom-odbc, -[ --with-custom-odbc[=DIR] Include a user defined ODBC support. +[ --with-custom-odbc[=DIR] + Include a user defined ODBC support. The DIR is ODBC install base directory, which defaults to /usr/local. Make sure to define CUSTOM_ODBC_LIBS and |