summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6128589e43..3f4a3e169d 100644
--- a/configure.in
+++ b/configure.in
@@ -565,7 +565,8 @@ beos*|haiku*) ac_cv_func_link=no
esac
LIBS="$LIBS" # m lib is include in root under BeOS/Haiku
;;
-cygwin*) ac_cv_header_langinfo_h=no # nl_langinfo(CODESET) returns US-ASCII regardless locale.
+cygwin*) ac_cv_header_langinfo_h=yes
+ AC_LIBOBJ([langinfo])
;;
mingw*) LIBS="-lshell32 -lws2_32 $LIBS"
ac_cv_header_a_out_h=no