Remove gettext macros from configure.ac, intltool is used.

When using intltool there is no need to _also_ use gettext, so remove
gettext macros so that autoreconf does not copy them over.
This commit is contained in:
Diego 'Flameeyes' Pettenò 2008-08-08 12:15:26 +02:00
parent 4a51e1cb9f
commit f4e9b7d778

View file

@ -440,8 +440,6 @@ AC_CHECK_FUNCS([open64])
AM_ICONV
AM_GNU_GETTEXT([external])
IT_PROG_INTLTOOL([0.35.0])
GETTEXT_PACKAGE=pulseaudio
AC_SUBST([GETTEXT_PACKAGE])