On 11.10.2008 00:05, Stanislav Malyshev wrote:
> +  for OCI_VER in $SUPPORTED_VERS; do
> +          if test -f 
> $PDO_OCI_DIR/lib/libclntsh.$SHLIB_SUFFIX_NAME.$OCI_VER.*; then
> +            PDO_OCI_VERSION="$OCI_VER.x"
> +          fi
> +  done
> +  if test -z "$PDO_OCI_VERSION" ;then
> +    { { echo "$as_me:$LINENO: error: Oracle-OCI needed libraries not found 
> under $PDO_OCI_DIR" >&5
> +        echo "$as_me: error: Oracle-OCI needed libraries not found under 
> $PDO_OCI_DIR" >&2;}
> +   { (exit 1); exit 1; }; }

Did you mean AC_MSG_ERROR([Oracle-OCI needed libraries not found under 
$PDO_OCI_DIR]) ?

-- 
Wbr, 
Antony Dovgal

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to