From: short <> Date: Thu, 19 Apr 2001 17:55:25 +0000 (+0000) Subject: 'gettext' declaration checked, no retyping ('int->void *' may not be possible) X-Git-Tag: mdsms_1_5_3~15 X-Git-Url: https://git.jankratochvil.net/?p=mdsms.git;a=commitdiff_plain;h=5a2446d9cb2d2af3be2de8aa5cf791dd503d69fe;ds=sidebyside 'gettext' declaration checked, no retyping ('int->void *' may not be possible) --- 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.