]> granicus.if.org Git - php/commitdiff
LIBREADLINE => HAVE_LIBREADLINE
authorBob Weinand <bobwei9@hotmail.com>
Sat, 4 Oct 2014 15:02:44 +0000 (17:02 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Sat, 4 Oct 2014 15:02:44 +0000 (17:02 +0200)
phpdbg.h

index 941b539d11805d0196bfadeadbd3b8b7677991f7..4541004f8480973e417af521e106ca37e94fe429 100644 (file)
--- a/phpdbg.h
+++ b/phpdbg.h
@@ -64,7 +64,7 @@
 # include "TSRM.h"
 #endif
 
-#ifdef LIBREADLINE
+#ifdef HAVE_LIBREADLINE
 #   include <readline/readline.h>
 #   include <readline/history.h>
 #endif