diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-16 17:00:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-20 15:45:46 +0200 |
commit | ef14f12b15f3a7414594eb6f340a6ab9e6e209b8 (patch) | |
tree | c7d7deec6a80832c695d69e86a9bd4c80a5ec25c /m4/oracle.m4 | |
parent | b53e7c4aa82f7fca4d6ce166a58dc518a37d561e (diff) |
Misc fixes
Diffstat (limited to 'm4/oracle.m4')
-rw-r--r-- | m4/oracle.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/oracle.m4 b/m4/oracle.m4 index 80e3600..ec3d235 100644 --- a/m4/oracle.m4 +++ b/m4/oracle.m4 @@ -93,7 +93,7 @@ elif test x$oracle_user = xodb_test; then AC_MSG_RESULT(['$oracle_password']) elif test x$oracle_user != x/; then AC_MSG_RESULT([none]) - AC_MSG_ERROR([password not specfied; Oracle requires a password]) + AC_MSG_ERROR([password not specified; Oracle requires a password (--with-oracle-password=PASS)]) fi # Service name. |