[drwright] Fix gtk-builder-convert check



commit fdfe0e25ffc8e7ae5e6537f2c17240761c1c4101
Author: Christian Persch <chpe gnome org>
Date:   Mon Feb 7 18:46:21 2011 +0100

    Fix gtk-builder-convert check

 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index c0a9f8d..92a58ef 100644
--- a/configure.in
+++ b/configure.in
@@ -106,9 +106,9 @@ AC_SUBST([ccpanelsdir])
 CCPANEL_LDFLAGS="-export_dynamic -avoid-version -module -no-undefined -export-symbols-regex '^g_io_module_(load|unload)'"
 AC_SUBST([CCPANEL_LDFLAGS])
 
-AC_PATH_PROG([GTK_BUILDER_CONVERT],[gtk-builder-convert-3.0],[false])
+AC_PATH_PROG([GTK_BUILDER_CONVERT],[gtk-builder-convert],[false])
 if test "$GTK_BUILDER_CONVERT" = "false"; then
-  AC_MSG_ERROR([gtk-builder-convert-3.0 not found])
+  AC_MSG_ERROR([gtk-builder-convert not found])
 fi
 
 # *********



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