strstr: Update cross-compilation guess.
[pspp] / lib / gettext.h
index 4715c9ffaf19a0a4812fc053b12e1306aaf994a2..65777e638d3e6455aa8fa2c2b3678cf1682c0df9 100644 (file)
 
 #endif
 
+/* Prefer gnulib's setlocale override over libintl's setlocale override.  */
+#ifdef GNULIB_defined_setlocale
+# undef setlocale
+# define setlocale rpl_setlocale
+#endif
+
 /* A pseudo function call that serves as a marker for the automated
    extraction of messages, but does not call gettext().  The run-time
    translation is done at a different place in the code.