summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-08-12 17:44:48 -0700
committerJeremy Allison <jra@samba.org>2009-08-12 17:44:48 -0700
commit88fd98b7c4ed41ab6c6ac5a226581e862ae900f3 (patch)
treef071f50a6d581016e983d874796afff36ffcac12 /source3/configure.in
parent28f7b0743679c042bc135c7ec5265d75e900aa87 (diff)
downloadsamba-88fd98b7c4ed41ab6c6ac5a226581e862ae900f3.tar.gz
samba-88fd98b7c4ed41ab6c6ac5a226581e862ae900f3.tar.bz2
samba-88fd98b7c4ed41ab6c6ac5a226581e862ae900f3.zip
Fix EVERY SINGLE build on the buildfarm that doesn't have
bindtextdomain or textdomain. C'mon, this is what configure.in is *FOR*. Jeremy.
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 7cfd3fb2d9..749bfc40fd 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1018,6 +1018,7 @@ AC_CHECK_HEADERS(sys/mman.h)
# setbuffer, shmget, shm_open are needed for smbtorture
AC_CHECK_FUNCS(shmget shm_open)
AC_CHECK_FUNCS(gettext dgettext)
+AC_CHECK_FUNCS(bindtextdomain textdomain)
# Find a method of generating a stack trace
AC_CHECK_HEADERS(execinfo.h libexc.h libunwind.h)