php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #79056
Patch 79056 revision 2020-01-03 08:00 UTC by cmb@php.net

Patch 79056 for Compile Failure Bug #79056

Patch version 2020-01-03 08:00 UTC

Return to Bug #79056 | Download this patch
Patch Revisions:

Developer: cmb@php.net

 ext/pdo_sqlite/config.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ext/pdo_sqlite/config.m4 b/ext/pdo_sqlite/config.m4
index 4b1f543056..237a91b209 100644
--- a/ext/pdo_sqlite/config.m4
+++ b/ext/pdo_sqlite/config.m4
@@ -16,8 +16,8 @@ if test "$PHP_PDO_SQLITE" != "no"; then
 
   PHP_CHECK_LIBRARY(sqlite3, sqlite3_open_v2,
   [
-    PHP_EVAL_INCLINE($SQLITE_CFLAGS)
-    PHP_EVAL_LIBLINE($SQLITE_LIBS, PDO_SQLITE_SHARED_LIBADD)
+    PHP_EVAL_INCLINE($PDO_SQLITE_CFLAGS)
+    PHP_EVAL_LIBLINE($PDO_SQLITE_LIBS, PDO_SQLITE_SHARED_LIBADD)
     AC_DEFINE(HAVE_PDO_SQLITELIB, 1, [Define to 1 if you have the pdo_sqlite extension enabled.])
   ], [
     AC_MSG_ERROR([Please install SQLite 3.7.4 first or check libsqlite3 is present])
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 19:01:29 2024 UTC