diff options
author | Daiki Ueno <dueno@redhat.com> | 2016-08-18 09:27:42 +0200 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2016-08-22 11:56:25 +0200 |
commit | 8afd8d92771d279b38acc098c84027b2cf0dd168 (patch) | |
tree | 0842fed413e11396a376dc6d16abca973ccfb292 | |
parent | 8c8c81942038e0068472dd9bab8d57c00b2acee4 (diff) |
configure: Remove redundant AM_GNU_GETTEXT
There is the same line a few lines below.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 04a258e..64f0b5a 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,6 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],) LT_PREREQ([2.2.6]) LT_INIT([dlopen disable-static]) -AM_GNU_GETTEXT([external], [need-ngettext]) dnl Checks for programs. AC_PROG_CC |