]> granicus.if.org Git - php/commitdiff
Per Stig's suggestion.
authorAndrey Hristov <andrey@php.net>
Mon, 13 Sep 1999 14:15:22 +0000 (14:15 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 13 Sep 1999 14:15:22 +0000 (14:15 +0000)
ext/oci8/config.m4

index 8d2f2a95277ff27548b27538414445f41231e2f2..53cb4952670792b1e9bddd57be7b3cfba18910f9 100644 (file)
@@ -4,7 +4,9 @@ AC_DEFUN(AC_ORACLE_VERSION,[
   AC_MSG_CHECKING([Oracle version])
   if test -f "$ORACLEINST_TOP/orainst/unix.rgs"
   then
-       ORACLE_VERSION=`grep '"ocommon"' $ORACLEINST_TOP/orainst/unix.rgs | sed 's/[[ ]][[ ]]*/:/g' | cut -d: -f 6 | cut -c 2-4`
+       changequote({,})
+       ORACLE_VERSION=`grep '"ocommon"' $ORACLEINST_TOP/orainst/unix.rgs | sed 's/[ ][ ]*/:/g' | cut -d: -f 6 | cut -c 2-4`
+       changequote([,])
     test -z "$ORACLE_VERSION" && ORACLE_VERSION=7.3
   else
     if test -f "$ORACLEINST_TOP/lib/libclntsh.so.8.0"