From 9d96cde268b85511dfb6526a907947bacd68b8e2 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Sat, 4 Oct 2014 17:02:44 +0200 Subject: [PATCH] LIBREADLINE => HAVE_LIBREADLINE --- phpdbg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg.h b/phpdbg.h index 941b539d11..4541004f84 100644 --- a/phpdbg.h +++ b/phpdbg.h @@ -64,7 +64,7 @@ # include "TSRM.h" #endif -#ifdef LIBREADLINE +#ifdef HAVE_LIBREADLINE # include # include #endif -- 2.50.1