summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-11-08 14:13:13 +0100
committerMichal Ratajsky <[email protected]>2014-11-08 14:13:13 +0100
commit7f9a7c7fc793fb05711a972500e1054e69ffaca6 (patch)
treeb5ca69c4c3c77e70a0862e242d18a9bd03dd0148
parentdeae9e6bbe405bff4e3ce53db523743d80eb47fd (diff)
downloadmate-media-7f9a7c7fc793fb05711a972500e1054e69ffaca6.tar.bz2
mate-media-7f9a7c7fc793fb05711a972500e1054e69ffaca6.tar.xz
Remove useless checks for Yelp
-rwxr-xr-xautogen.sh5
-rw-r--r--configure.ac2
2 files changed, 0 insertions, 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