summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-08-08 18:39:49 +0200
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-12-07 15:57:22 +0100
commit14cfd1874f5ecfed1b51fe3421da7f5c7715ac6a (patch)
treeebfe3d6cd009e72c329287d7dd5260631274ce90 /configure.ac
parentd79ffeab2ba79211b7f3065628831aeb93a19a6e (diff)
Remove gettext macro, the package uses intltool instead.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ce365b4..c075a68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -405,8 +405,6 @@ if test "x$have_kqueue" = "xyes" ; then
AC_DEFINE([HAVE_KQUEUE], 1, [Enable BSD kqueue() usage])
fi
-AM_GNU_GETTEXT([external])
-
IT_PROG_INTLTOOL([0.35.0])
GETTEXT_PACKAGE=avahi
AC_SUBST([GETTEXT_PACKAGE])