From 5a2446d9cb2d2af3be2de8aa5cf791dd503d69fe Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 19 Apr 2001 17:55:25 +0000 Subject: [PATCH] 'gettext' declaration checked, no retyping ('int->void *' may not be possible) --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index 6d6ab41..6f53f43 100644 --- a/configure.in +++ b/configure.in @@ -260,6 +260,10 @@ GCC_NEED_DECLARATION(pclose,[ #ifdef HAVE_STDIO_H #include #endif]) +GCC_NEED_DECLARATION(gettext,[ +#ifdef HAVE_LIBINTL_H +#include +#endif]) # Final output. -- 1.8.3.1