Skip to content

Commit

Permalink
osx: spotify: Fix logic and cleanup configure arg
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Jan 22, 2012
1 parent 679804a commit 5ff0f54
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions configure.osx
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,9 @@ for opt do
done

if [ "x$SPOTIFY_FRAMEWORK" != "x" ] ; then
if [ "$SPOTIFY_FRAMEWORK" = "" ] ; then
echo "You must specify where the libspotify.framework directory can be found."
echo "Use the --spotify-framework argument"
die
fi

if [ ! -d "$SPOTIFY_FRAMEWORK" ] ; then
echo "$SPOTIFY_FRAMEWORK does not exist"
echo "Could not find Spotify framework at $SPOTIFY_FRAMEWORK"
echo "Ex: --spotify-framework=/path/to/libspotify/libspotify.framework"
die
fi
enable spotify
Expand Down

0 comments on commit 5ff0f54

Please sign in to comment.