]> andersk Git - moira.git/commitdiff
regen
authordanw <danw>
Tue, 26 May 1998 18:18:44 +0000 (18:18 +0000)
committerdanw <danw>
Tue, 26 May 1998 18:18:44 +0000 (18:18 +0000)
configure

index 76318158352f5df99f268fe6876e50c07281a568..2eede29c4c826348ac217ed6e0182ecf3373593e 100755 (executable)
--- a/configure
+++ b/configure
@@ -1717,7 +1717,7 @@ fi
 
 
 
-# Oracle (default: yes, if /usr/oracle is present)
+# Oracle (default: yes, if $ORACLE_HOME is set)
 echo $ac_n "checking for Oracle""... $ac_c" 1>&6
 echo "configure:1723: checking for Oracle" >&5
 # Check whether --with-oracle or --without-oracle was given.
@@ -1725,8 +1725,8 @@ if test "${with_oracle+set}" = set; then
   withval="$with_oracle"
   oracle="$withval"
 else
-  if test -d /usr/oracle; then
-         oracle=/usr/oracle
+  if test -n "$ORACLE_HOME" -a -d "$ORACLE_HOME"; then
+         oracle=$ORACLE_HOME
      else
         oracle=no
      fi
This page took 0.112653 seconds and 5 git commands to generate.