Skip to content

Commit

Permalink
PDO_OCI: fix Instant Client build broken by logic correction during p…
Browse files Browse the repository at this point in the history
…revious Solaris lib/lib32 fix
  • Loading branch information
cjbj committed Aug 17, 2007
1 parent b27d339 commit 440ed3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/pdo_oci/config.m4
Expand Up @@ -78,8 +78,6 @@ You need to tell me where to find your oracle SDK, or set ORACLE_HOME.
AC_MSG_RESULT([yes])
fi

AC_PDO_OCI_CHECK_LIB_DIR($PDO_OCI_DIR)

if test "instantclient" = "`echo $PDO_OCI_DIR | cut -d, -f1`" ; then
PDO_OCI_IC_PREFIX="`echo $PDO_OCI_DIR | cut -d, -f2`"
PDO_OCI_IC_VERS="`echo $PDO_OCI_DIR | cut -d, -f3`"
Expand Down Expand Up @@ -110,6 +108,8 @@ You need to tell me where to find your oracle SDK, or set ORACLE_HOME.
fi
PDO_OCI_VERSION="`echo $PDO_OCI_IC_VERS | cut -d. -f1-2`"
else
AC_PDO_OCI_CHECK_LIB_DIR($PDO_OCI_DIR)

if test -d "$PDO_OCI_DIR/rdbms/public"; then
PHP_ADD_INCLUDE($PDO_OCI_DIR/rdbms/public)
PDO_OCI_INCLUDES="$PDO_OCI_INCLUDES -I$PDO_OCI_DIR/rdbms/public"
Expand Down

0 comments on commit 440ed3d

Please sign in to comment.