diff options
| author | Peter Kokot <peterkokot@gmail.com> | 2018-10-13 14:12:55 +0200 |
|---|---|---|
| committer | Peter Kokot <peterkokot@gmail.com> | 2018-10-13 14:12:55 +0200 |
| commit | 7f6387b59ae1b5d642b0d05afbb14cab07061a9a (patch) | |
| tree | d09f6f4674163b6a57d8805408877b05294f6931 /ext/pdo_oci/config.m4 | |
| parent | 3f72c77ce47ee0906905b83161d9c1d24e425d89 (diff) | |
| download | php-git-7f6387b59ae1b5d642b0d05afbb14cab07061a9a.tar.gz | |
Trim trailing whitespace in source code files
Diffstat (limited to 'ext/pdo_oci/config.m4')
| -rwxr-xr-x | ext/pdo_oci/config.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/pdo_oci/config.m4 b/ext/pdo_oci/config.m4 index 7132a40e10..0a64b80cca 100755 --- a/ext/pdo_oci/config.m4 +++ b/ext/pdo_oci/config.m4 @@ -29,7 +29,7 @@ AC_DEFUN([AC_PDO_OCI_VERSION],[ AC_MSG_ERROR(Oracle libclntsh.$SHLIB_SUFFIX_NAME client library not found or its version is lower than 9) fi AC_MSG_RESULT($PDO_OCI_VERSION) -]) +]) AC_DEFUN([AC_PDO_OCI_CHECK_LIB_DIR],[ AC_CHECK_SIZEOF(long int, 4) @@ -57,8 +57,8 @@ AC_DEFUN([AC_PDO_OCI_CHECK_LIB_DIR],[ PHP_ARG_WITH(pdo-oci, Oracle OCI support for PDO, [ --with-pdo-oci[=DIR] PDO: Oracle OCI support. DIR defaults to \$ORACLE_HOME. - Use --with-pdo-oci=instantclient,prefix,version - for an Oracle Instant Client SDK. + Use --with-pdo-oci=instantclient,prefix,version + for an Oracle Instant Client SDK. For example on Linux with 11.2 RPMs use: --with-pdo-oci=instantclient,/usr,11.2 With 10.2 RPMs use: @@ -187,7 +187,7 @@ You need to tell me where to find your Oracle Instant Client SDK, or set ORACLE_ ]) dnl - dnl Check if we need to add -locijdbc8 + dnl Check if we need to add -locijdbc8 dnl PHP_CHECK_LIBRARY(clntsh, OCILobIsTemporary, [ |
