aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-11-28 12:19:38 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-11-28 12:19:38 +0200
commit25d1585f1ec1886dc5afb5d754f6b7269ff7d994 (patch)
treec0529d273521fa32682c22b0386ce431d4490f0b /m4
parent40ed92d7a5d0d2ea499ce04aca4b6cd6ddca878d (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)