diff options
author | Michal Ratajsky <[email protected]> | 2014-11-08 14:13:13 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-11-08 14:13:13 +0100 |
commit | 7f9a7c7fc793fb05711a972500e1054e69ffaca6 (patch) | |
tree | b5ca69c4c3c77e70a0862e242d18a9bd03dd0148 /autogen.sh | |
parent | deae9e6bbe405bff4e3ce53db523743d80eb47fd (diff) | |
download | mate-media-7f9a7c7fc793fb05711a972500e1054e69ffaca6.tar.bz2 mate-media-7f9a7c7fc793fb05711a972500e1054e69ffaca6.tar.xz |
Remove useless checks for Yelp
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -21,9 +21,4 @@ which mate-autogen || { exit 1 } -which yelp-build || { - echo "You need to install yelp-tools" - exit 1 -} - . mate-autogen "$@" |