fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / setlocale
index 5d3e58b20800391b18f7f464dbe3145947e448d5..1d8f9975fd343d15bdea43840bb2805c8585681f 100644 (file)
@@ -7,10 +7,14 @@ m4/setlocale.m4
 
 Depends-on:
 locale
-localename
+localename      [test $REPLACE_SETLOCALE = 1]
 
 configure.ac:
 gl_FUNC_SETLOCALE
+if test $REPLACE_SETLOCALE = 1; then
+  AC_LIBOBJ([setlocale])
+  gl_PREREQ_SETLOCALE
+fi
 gl_LOCALE_MODULE_INDICATOR([setlocale])
 
 Makefile.am: