Added gconf dependency

This commit is contained in:
Jesse van den Kieboom 2006-01-02 18:02:14 +00:00
parent e9cf6dedc0
commit c7e0b29399
1 changed files with 4 additions and 3 deletions

View File

@ -21,7 +21,8 @@ AC_PROG_INTLTOOL
AC_PROG_YACC AC_PROG_YACC
PKG_CHECK_MODULES(PACKAGE, [ PKG_CHECK_MODULES(PACKAGE, [
gtk+-2.0 >= 2.6.0 gtk+-2.0 >= 2.6.0
gconf-2.0 >= 1.1.9
gdk-pixbuf-2.0 gdk-pixbuf-2.0
libgnome-2.0 libgnome-2.0
libglade-2.0 libglade-2.0
@ -76,7 +77,7 @@ if test "_$rubyen" = "_yes"; then
done done
if test "$RUBYINCLUDE" = none; then if test "$RUBYINCLUDE" = none; then
AC_MSG_RESULT(could not locate ruby.h, disabling ruby support) AC_MSG_RESULT(could not locate ruby.h, disabling ruby support)
rubymsg="(no headers found, install ruby1.8-dev)" rubymsg="(no headers found, install ruby-dev)"
rubyen="no" rubyen="no"
fi fi
@ -123,7 +124,7 @@ if test "_$rubyen" = "_yes"; then
fi fi
else else
AC_MSG_RESULT(not found.. disabling ruby support) AC_MSG_RESULT(not found.. disabling ruby support)
rubymsg="(no headers found, install ruby1.8-dev)" rubymsg="(no headers found, install ruby-dev)"
rubyen="no" rubyen="no"
fi fi
fi fi