From dc00f66f82e9b2b623f083c5491d9ccbe1ef2bec Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 25 Oct 2012 14:22:25 +0200 Subject: [PATCH] Fix compilation with HAVE_READLINE. --- daemon/daemon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/daemon.h b/daemon/daemon.h index bc6b60845..7b14ddeb5 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -15,13 +15,13 @@ #include "config.h" #endif +#ifdef HAVE_READLINE #ifdef HAVE_READLINE_H #include -#define HAVE_READLINE #else #ifdef HAVE_READLINE_READLINE_H #include -#define HAVE_READLINE +#endif #endif #endif #ifdef HAVE_HISTORY_H