diff options
| author | foobar <sniper@php.net> | 2007-06-25 16:26:39 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2007-06-25 16:26:39 +0000 |
| commit | 76872ee86e25a201512ea2a17a8ae1a34c418714 (patch) | |
| tree | 9d2574f67910011f6202ca0d5295eb487acf15ef /ext/pdo_sqlite | |
| parent | 99c875a03d25a66a9a644f39526a479a1fa139e8 (diff) | |
| download | php-git-76872ee86e25a201512ea2a17a8ae1a34c418714.tar.gz | |
MFH: - Fixed bug #41794 (build fails with external libs under Solaris)
Diffstat (limited to 'ext/pdo_sqlite')
| -rw-r--r-- | ext/pdo_sqlite/config.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/pdo_sqlite/config.m4 b/ext/pdo_sqlite/config.m4 index 8193b68c53..c89f1b0ba5 100644 --- a/ext/pdo_sqlite/config.m4 +++ b/ext/pdo_sqlite/config.m4 @@ -118,10 +118,10 @@ if test "$PHP_PDO_SQLITE" != "no"; then EOF AC_CHECK_FUNCS(usleep nanosleep) AC_CHECK_HEADERS(time.h) - - dnl Solaris fix - PHP_CHECK_LIBRARY(rt, fdatasync, [PHP_ADD_LIBRARY(rt,, PDO_SQLITE_SHARED_LIBADD)]) fi + + dnl Solaris fix + PHP_CHECK_LIBRARY(rt, fdatasync, [PHP_ADD_LIBRARY(rt,, PDO_SQLITE_SHARED_LIBADD)]) ifdef([PHP_ADD_EXTENSION_DEP], [ |
