diff options
author | Timo Sirainen <cras@irssi.org> | 2002-02-15 14:42:14 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-02-15 14:42:14 +0000 |
commit | 9d1506ebca9f9c695b6a2d042fd93412a478256f (patch) | |
tree | f3ef711204f1a459652949f9471ccf93a38cc89e /configure.in | |
parent | d0a9710bb82bdf068abfcb48d7f4c790178ec15e (diff) | |
download | irssi-9d1506ebca9f9c695b6a2d042fd93412a478256f.zip |
UTF-8 is now automatically used if locale is set properly.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2451 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 30ae246c..521b7021 100644 --- a/configure.in +++ b/configure.in @@ -205,7 +205,7 @@ case "$host_os" in esac -AC_CHECK_FUNCS(mkfifo fcntl) +AC_CHECK_FUNCS(mkfifo fcntl nl_langinfo) AC_CHECK_FUNC(socket, [], [ AC_CHECK_LIB(socket, socket, [ |