[gnome-games] build: Error out if clutter-gtk not found for aisleriot/clutter



commit 661e3c546e59ddf43ad5fe7f3846832bb90713a4
Author: Christian Persch <chpe gnome org>
Date:   Fri Jul 2 23:14:41 2010 +0200

    build: Error out if clutter-gtk not found for aisleriot/clutter

 configure.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index 3e15774..3a3ec9f 100644
--- a/configure.in
+++ b/configure.in
@@ -659,6 +659,8 @@ if test "$need_clutter" = "yes"; then
     [clutter-gtk-$CLUTTER_GTK_API_VERSION >= $CLUTTER_GTK_REQUIRED],[],
     [if test "$with_gtk" = 2.0; then
       PKG_CHECK_MODULES([CLUTTER_GTK],[clutter-gtk-0.10 >= 0.10.2])
+     else
+       AC_MSG_ERROR([clutter-gtk-$CLUTTER_GTK_API_VERSION not found])
      fi])
   AC_SUBST([CLUTTER_GTK_CFLAGS])
   AC_SUBST([CLUTTER_GTK_LIBS])



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