diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-27 13:22:52 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-27 13:22:52 +0000 |
commit | 25c26eaf0300575b6fba8c67233785bb0bde8c06 (patch) | |
tree | 53cd775c514b7b07b14c75bdeaf6b440feb86537 | |
parent | f15063b2bb3d5a59cc661f2f5f8fd2a3f1e25b39 (diff) | |
download | s6-portable-utils-25c26eaf0300575b6fba8c67233785bb0bde8c06.tar.xz |
configure: allow $CC to have several words
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ cmdexists () { } trycc () { - test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO=$1 + test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO="$*" } stripdir () { |