We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88072e0 commit 8ebf4f3Copy full SHA for 8ebf4f3
config.m4
@@ -15,7 +15,15 @@ dnl Otherwise use enable:
15
16
PHP_ARG_ENABLE(arraylist, whether to enable arraylist support,
17
dnl Make sure that the comment is aligned:
18
-[ --enable-arraylist Enable arraylist support])
+[ --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
27
28
if test "$PHP_ARRAYLIST" != "no"; then
29
dnl Write more examples of tests here...
0 commit comments