From 0523e85ca8bd5325b26f9c673e24321de367790f Mon Sep 17 00:00:00 2001 From: riccardom Date: Fri, 3 Aug 2012 18:45:57 +0000 Subject: [PATCH] build: require intltool We would file without it coping with po files anyway --- desmume/configure.ac | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/desmume/configure.ac b/desmume/configure.ac index e15fc9193..67c40ce72 100644 --- a/desmume/configure.ac +++ b/desmume/configure.ac @@ -34,7 +34,7 @@ AC_DEFINE_UNQUOTED([SVN_REV], "$REVISION", [subversion revision number]) dnl - Check for intltool/gettext macros -m4_ifdef([IT_PROG_INTLTOOL],[IT_PROG_INTLTOOL]) +IT_PROG_INTLTOOL dnl - Check for zlib AC_CHECK_LIB(z, gzopen, [], [AC_MSG_ERROR([zlib was not found, we can't go further. Please install it or specify the location where it's installed.])]) @@ -242,7 +242,6 @@ if test "x$wxwin" = "xyes"; then fi if test "x$HAVE_LIBGLADE" = "xyes"; then - AC_PROVIDE_IFELSE([IT_PROG_INTLTOOL],[ UI_DIR="gtk-glade $UI_DIR" dnl -- localization for gtk-glade UI @@ -251,9 +250,6 @@ if test "x$HAVE_LIBGLADE" = "xyes"; then AC_SUBST(GETTEXT_PACKAGE) ALL_LINGUAS="fr nb pt_BR sv zh_CN zh_TW" AM_GLIB_GNU_GETTEXT - ],[ - echo "WARNING: intltool and/or gettext are not available therefore the gtk-glade interface won't be installed." - ]) fi dnl - jit support