summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-08-28 18:45:10 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-08-28 18:45:10 +0200
commit70129c00acc1e768eea3b977cf4dc51b338aa5ec (patch)
tree18a56d499d8601c98b8830e2924d3d9e2b991b3c /configure.ac
parentafd91e35a1753ee61edfd64b8e7c414f5569ce26 (diff)
libintl fix for osx
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b62a75fd..5ee8ef4b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,6 +125,8 @@ AS_IF([test "${enable_abstract_socket}" != "no"], [
USE_ABSTRACT_SOCKET_NAME=yes
])
+AC_CHECK_LIB([intl], [main], [INTL_LIBS="-lintl";AC_SUBST(INTL_LIBS)])
+
dnl check for yasm
AC_CHECK_PROG(HAVE_YASM, yasm, yes, no)