diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-27 13:22:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-27 13:22:45 +0000 |
commit | 23d21be24c15bd38bf3b68803da31b51f309ec4b (patch) | |
tree | e1880f3ee76240bd0aaa976264d684124ad68cb9 /configure | |
parent | 705281c73754456f5ab25ea486f0995f1be6789f (diff) | |
download | s6-linux-utils-23d21be24c15bd38bf3b68803da31b51f309ec4b.tar.xz |
configure: allow $CC to have several words
Diffstat (limited to 'configure')
-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 () { |