From a44261b92b0ea53ddfc43b5ea325976c1a872826 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Mon, 28 Nov 2011 12:17:44 +0200 Subject: Corrections to Oracle user configuration script --- m4/oracle.m4 | 8 ++++---- 1 file 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) -- cgit v1.1