Add definition of U_ for --disable-nsl
Don't define warning_gettext if --disable-nsl Bug #621; from Daniel Richard G.
This commit is contained in:
@@ -25,9 +25,11 @@
|
||||
#include "fatal.h"
|
||||
#include "gettext.h"
|
||||
|
||||
#ifdef HAVE_LIBINTL_H
|
||||
/* No need to swap locales in the front end. */
|
||||
char *
|
||||
warning_gettext(const char *msgid)
|
||||
{
|
||||
return gettext(msgid);
|
||||
}
|
||||
#endif /* HAVE_LIBINTL_H */
|
||||
|
Reference in New Issue
Block a user