Skip to content

Commit

Permalink
[build] For sanities sake don't overwrite a user-set value
Browse files Browse the repository at this point in the history
Just in case :)
  • Loading branch information
alanmcgovern committed Dec 10, 2014
1 parent f5ea168 commit 6a0b4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ if [ -d "$prefix" ]; then
export PKG_CONFIG_PATH=$prefix/lib/pkgconfig:$prefix/share/pkgconfig:$PKG_CONFIG_PATH
fi

if test `uname` = "Darwin"; then
if test `uname` = "Darwin" && test "x$profile" = "xdefault"; then
profile="mac"
fi

Expand Down

0 comments on commit 6a0b4db

Please sign in to comment.