[gnome-games] remove dead checks from configure.ac



commit 3d2a2cf93dbaea46fd7e33d7a7901cf3f978f7ec
Author: Robert Ancell <robert ancell canonical com>
Date:   Wed Jan 18 16:26:01 2012 +1100

    remove dead checks from configure.ac

 configure.ac |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d771664..79c19d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -421,27 +421,6 @@ AM_CONDITIONAL([HAVE_PYTHON],[test "$enable_python" = "yes"])
 PKG_CHECK_MODULES([CANBERRA_GTK],[libcanberra-gtk3 >= $LIBCANBERRA_GTK_REQUIRED],[],
     [AC_MSG_ERROR([Sound support was requested, but libcanberra-gtk not found.])])
 
-# *****************
-# Extra build tools
-# *****************
-
-AC_PATH_PROG([GLIB_GENMARSHAL],[glib-genmarshal])
-
-# glib-genmarshal --internal only exists since 2.14
-if $PKG_CONFIG --exists "glib-2.0 >= 2.14.0" ; then
-  GLIB_GENMARSHAL_INTERNAL="--internal"
-else
-  GLIB_GENMARSHAL_INTERNAL=
-fi
-AC_SUBST([GLIB_GENMARSHAL_INTERNAL])
-
-if test "$platform_win32" = "yes" -a "$os_win32" = "yes"; then
-  AC_CHECK_TOOL([WINDRES],[windres],[no])
-  if test "$WINDRES" = "no"; then
-    AC_MSG_ERROR([windres is required for native win32])
-  fi
-fi
-
 # ********
 
 AM_CFLAGS="$AM_CFLAGS $WARN_CFLAGS"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]