File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -165,14 +165,14 @@ if(TARGET PostgreSQL::PostgreSQL)
165165 check_symbol_exists(
166166 LIBPQ_HAS_CLOSE_PREPARED
167167 "libpq-fe.h"
168- _PHP_HAVE_LIBPQ_HAS_CLOSE_PREPARED
168+ PHP_HAS_LIBPQ_HAS_CLOSE_PREPARED
169169 )
170170 check_symbol_exists(
171171 PQclosePrepared
172172 "libpq-fe.h"
173- _PHP_HAVE_PQCLOSEPREPARED
173+ PHP_HAS_PQCLOSEPREPARED
174174 )
175- if (_PHP_HAVE_LIBPQ_HAS_CLOSE_PREPARED AND _PHP_HAVE_PQCLOSEPREPARED )
175+ if (PHP_HAS_LIBPQ_HAS_CLOSE_PREPARED AND PHP_HAS_PQCLOSEPREPARED )
176176 set (HAVE_PG_CLOSE_STMT TRUE )
177177 endif ()
178178 endif ()
@@ -183,9 +183,9 @@ if(TARGET PostgreSQL::PostgreSQL)
183183 check_symbol_exists(
184184 PQservice
185185 "libpq-fe.h"
186- _PHP_HAVE_PQSERVICE
186+ PHP_HAS_PQSERVICE
187187 )
188- if (_PHP_HAVE_PQSERVICE )
188+ if (PHP_HAS_PQSERVICE )
189189 set (HAVE_PG_SERVICE TRUE )
190190 endif ()
191191 endif ()
You can’t perform that action at this time.
0 commit comments