From 7f9a7c7fc793fb05711a972500e1054e69ffaca6 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Sat, 8 Nov 2014 14:13:13 +0100 Subject: Remove useless checks for Yelp --- autogen.sh | 5 ----- configure.ac | 2 -- 2 files changed, 7 deletions(-) diff --git a/autogen.sh b/autogen.sh index 40692d6..7e9555a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -21,9 +21,4 @@ which mate-autogen || { exit 1 } -which yelp-build || { - echo "You need to install yelp-tools" - exit 1 -} - . mate-autogen "$@" diff --git a/configure.ac b/configure.ac index ba8bc05..ab48bf7 100644 --- a/configure.ac +++ b/configure.ac @@ -32,8 +32,6 @@ AC_C_INLINE AC_TYPE_OFF_T AC_TYPE_SIZE_T -YELP_HELP_INIT - GLIB_REQUIRED_VERSION=2.36.0 GIO_REQUIRED_VERSION=2.36.0 CANBERRA_REQUIRED_VERSION=0.13 -- cgit v1.2.1