summaryrefslogtreecommitdiff
path: root/ext/oci8/config.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-05-12 11:09:05 +0000
committerSascha Schumann <sas@php.net>2001-05-12 11:09:05 +0000
commitafdaee9e471a7447892791a3d1286f49bd06aa2b (patch)
tree8e270b9f9e98567c041b42a2a103bb39c58c5579 /ext/oci8/config.m4
parent9982ff568a3c3d42bd82ff64efb367d4667f8c53 (diff)
downloadphp-git-afdaee9e471a7447892791a3d1286f49bd06aa2b.tar.gz
Nuke more quotes
Diffstat (limited to 'ext/oci8/config.m4')
-rw-r--r--ext/oci8/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4
index e9059f97a5..246a7ce641 100644
--- a/ext/oci8/config.m4
+++ b/ext/oci8/config.m4
@@ -28,9 +28,9 @@ PHP_ARG_WITH(oci8, for Oracle-OCI8 support,
if test "$PHP_OCI8" != "no"; then
AC_MSG_CHECKING([Oracle Install-Dir])
if test "$PHP_OCI8" = "yes"; then
- OCI8_DIR="$ORACLE_HOME"
+ OCI8_DIR=$ORACLE_HOME
else
- OCI8_DIR="$PHP_OCI8"
+ OCI8_DIR=$PHP_OCI8
fi
AC_MSG_RESULT($OCI8_DIR)