summaryrefslogtreecommitdiff
path: root/ext/oracle/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oracle/config.m4')
-rw-r--r--ext/oracle/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oracle/config.m4 b/ext/oracle/config.m4
index 66b5e4e2cd..7dc8722936 100644
--- a/ext/oracle/config.m4
+++ b/ext/oracle/config.m4
@@ -28,9 +28,9 @@ PHP_ARG_WITH(oracle, for Oracle-ORACLE support,
if test "$PHP_ORACLE" != "no"; then
AC_MSG_CHECKING([Oracle Install-Dir])
if test "$PHP_ORACLE" = "yes"; then
- ORACLE_DIR="$ORACLE_HOME"
+ ORACLE_DIR=$ORACLE_HOME
else
- ORACLE_DIR="$PHP_ORACLE"
+ ORACLE_DIR=$PHP_ORACLE
fi
AC_MSG_RESULT($ORACLE_DIR)