From 6a0b4db0b6e6218cd9f39a6e97db4587a9a9dc38 Mon Sep 17 00:00:00 2001 From: Alan McGovern Date: Wed, 10 Dec 2014 11:38:35 +0000 Subject: [build] For sanities sake don't overwrite a user-set value Just in case :) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 4f2acf8048..42d2ae1231 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3