Prepare for __UNUSED__

Make gettext work with 0.14.1 (which by default looks for internal libintl)


SVN revision: 14165
This commit is contained in:
sebastid 2005-04-13 05:48:38 +00:00 committed by sebastid
parent e748a7967b
commit f3fd2646a8
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ AC_HEADER_STDC
AC_C_CONST
AM_ENABLE_SHARED
AM_PROG_LIBTOOL
AC_C___ATTRIBUTE__
MODULE_ARCH="$target_os-$target_cpu"
AC_SUBST(MODULE_ARCH)
@ -91,7 +92,7 @@ else
AC_DEFINE_UNQUOTED(LOCALE_DIR, "${datadir}/locale", "Locale directory")
fi
AM_GNU_GETTEXT
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION(0.12.1)
if test "x$LIBINTL" = "x"; then
LIBINTL="$INTLLIBS"