[gnome-media] Don't abort configure on missing gladeui



commit 4862bd78415babf2e82552eeeb4fce27a33948a9
Author: Frédéric Péters <fpeters 0d be>
Date:   Tue Mar 9 12:01:41 2010 +0100

    Don't abort configure on missing gladeui

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b54f02d..140728b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -155,7 +155,7 @@ AM_CONDITIONAL(HAVE_GMP, [test x$have_profiles = xyes])
 dnl Profiles glade ui: needed to edit .ui files with glade3
 have_gladeui=no
 
-PKG_CHECK_MODULES(GLADEUI, [gladeui-1.0], have_gladeui=yes)
+PKG_CHECK_MODULES(GLADEUI, [gladeui-1.0], have_gladeui=yes, have_gladeui=no)
 AC_SUBST(GLADEUI_CFLAGS)
 AC_SUBST(GLADEUI_LIBS)
 AM_CONDITIONAL(HAVE_GLADEUI, [test x$have_gladeui = xyes])



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