diff options
Diffstat (limited to 'ext/odbc/config.m4')
-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 |