Skip to content

Commit 07576b1

Browse files
committed
Fix phpdbg readline feature info
1 parent 5337eae commit 07576b1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

cmake/sapi/phpdbg/CMakeLists.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ cmake_dependent_option(
9191
OFF
9292
)
9393
mark_as_advanced(SAPI_PHPDBG_READLINE)
94-
add_feature_info(
95-
"sapi/phpdbg readline"
96-
SAPI_PHPDBG_READLINE
97-
"support for better command-line accessibility"
98-
)
9994

10095
if(NOT SAPI_PHPDBG)
10196
return()
@@ -210,6 +205,12 @@ else()
210205
message(CHECK_FAIL "disabled")
211206
endif()
212207

208+
add_feature_info(
209+
"sapi/phpdbg readline"
210+
HAVE_PHPDBG_READLINE
211+
"support for better command-line accessibility"
212+
)
213+
213214
################################################################################
214215
# The phpdbg shared library.
215216
################################################################################

0 commit comments

Comments
 (0)