Adjust to work with new autoconf macros, AC_FUNC_MALLOC
[gnulib.git] / lib / version-etc.c
index 4d4facf..57bf124 100644 (file)
 #include "unlocked-io.h"
 #include "version-etc.h"
 
-#if ENABLE_NLS
-# include <libintl.h>
-# define _(Text) gettext (Text)
-#else
-# define _(Text) Text
-#endif
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
 
 /* Default copyright goes to the FSF. */