aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-11-28 12:17:44 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-11-28 12:17:44 +0200
commita44261b92b0ea53ddfc43b5ea325976c1a872826 (patch)
treea99f043aedd5ecb99a4e1ed2c23c15f6109ffe2b /m4
parent6cdfd720aedb5f96d95d9b153e642404a2c34f8f (diff)
Corrections to Oracle user configuration script
Diffstat (limited to 'm4')
-rw-r--r--m4/oracle.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/oracle.m4 b/m4/oracle.m4
index 9e02c72..bf192e4 100644
--- a/m4/oracle.m4
+++ b/m4/oracle.m4
@@ -72,7 +72,7 @@ AC_ARG_WITH(
[AC_HELP_STRING([--with-oracle-password=login], [Oracle database password (odb_test by default)])],
[case $withval in
yes)
- oracle_password=
+ oracle_password=odb_test
oracle_password_set=yes
;;
no)
@@ -131,7 +131,7 @@ AC_ARG_WITH(
[AC_HELP_STRING([--with-oracle-host=host], [Oracle database host (localhost by default)])],
[case $withval in
yes)
- oracle_host=
+ oracle_host=localhost
oracle_host_set=yes
;;
no)
@@ -147,7 +147,7 @@ AC_ARG_WITH(
if test x$oracle_host_set = xyes; then
AC_MSG_RESULT(['$oracle_host'])
else
- AC_MSG_RESULT([default])
+ AC_MSG_RESULT([localhost])
fi
# Port.
@@ -158,7 +158,7 @@ AC_ARG_WITH(
[AC_HELP_STRING([--with-oracle-port=port], [Oracle database port (standard Oracle port by default)])],
[case $withval in
yes)
- oracle_port=0
+ oracle_port=1521
oracle_port_set=yes
;;
no)