summaryrefslogtreecommitdiff
path: root/autogen.sh
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 /autogen.sh
parentdeae9e6bbe405bff4e3ce53db523743d80eb47fd (diff)
downloadmate-media-7f9a7c7fc793fb05711a972500e1054e69ffaca6.tar.bz2
mate-media-7f9a7c7fc793fb05711a972500e1054e69ffaca6.tar.xz
Remove useless checks for Yelp
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 0 insertions, 5 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 "$@"