diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-08-08 15:38:08 +0200 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-08-08 15:38:08 +0200 |
| commit | 984b2c43a1ad174f13618373f8929fc6fc18092c (patch) | |
| tree | 4c229249bc72c2b0c34d392353688fce4e8179e8 | |
| parent | 808ba48d95d0a06413272baeeedac82bfd22529b (diff) | |
Remove gettext macro, the package uses intltool instead.
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e4663e7..ab9eb45 100644 --- a/configure.ac +++ b/configure.ac @@ -78,8 +78,6 @@ fi AM_CONDITIONAL([USE_LYNX], [test "x$lynx" = xyes]) -AM_GNU_GETTEXT([external]) - IT_PROG_INTLTOOL([0.35.0]) GETTEXT_PACKAGE=pavucontrol AC_SUBST([GETTEXT_PACKAGE]) |
