aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Kurtis Rader <krader@skepticism.us>2016-06-05 18:52:19 -0700
committerGravatar Kurtis Rader <krader@skepticism.us>2016-06-05 18:52:19 -0700
commit9f21e3792aed2ac0c9bbbc94d3e4ff169cc0288a (patch)
tree0e9ad533e1780e8e0644f960a4a93d22c6fbb152 /configure.ac
parent0b385f145ce6144b5812bd89fa8f73369bcbe57f (diff)
remove dependency on dcgettext()
While fixing issue #3110 I noticed there is exactly one place we use dcgettext() and that use is completely unnecessary. So remove it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8f1b95fa..620bd3ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -305,7 +305,7 @@ AC_CHECK_FUNCS( futimens clock_gettime )
AC_CHECK_DECL( [mkostemp], [ AC_CHECK_FUNCS([mkostemp]) ] )
if test x$local_gettext != xno; then
- AC_CHECK_FUNCS( gettext dcgettext )
+ AC_CHECK_FUNCS( gettext )
#
# The Makefile also needs to know if we have gettext, so it knows if