Skip to content

Commit 8ebf4f3

Browse files
author
wxxiong6
authored
Update config.m4
1 parent 88072e0 commit 8ebf4f3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

config.m4

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@ dnl Otherwise use enable:
1515

1616
PHP_ARG_ENABLE(arraylist, whether to enable arraylist support,
1717
dnl Make sure that the comment is aligned:
18-
[ --enable-arraylist Enable arraylist support])
18+
[ --enable-arraylist Enable arraylist support])
19+
20+
if test -z "$PHP_DEBUG"; then
21+
PHP_ARG_ENABLE(debug, whether to enable arraylist debug support,
22+
dnl Make sure that the comment is aligned:
23+
[ --enable-debug Enable arraylist debuging support],
24+
[PHP_DEBUG=$enableval],[PHP_DEBUG=no]
25+
)
26+
fi
1927

2028
if test "$PHP_ARRAYLIST" != "no"; then
2129
dnl Write more examples of tests here...

0 commit comments

Comments
 (0)