diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-27 13:22:38 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-27 13:22:38 +0000 |
commit | 36fa9ff7abbc5a7ab8979073f401d84cba609322 (patch) | |
tree | 453f5290409b3511080f57b1ada6bdcae7639f08 | |
parent | 04bb0d3b63801af65585f9ae6e437b8b6edf7ab5 (diff) | |
download | s6-dns-36fa9ff7abbc5a7ab8979073f401d84cba609322.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 () { |