diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-27 13:22:27 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-27 13:22:27 +0000 |
commit | 9e944ca500a6aadbac604cb0f32e5c7988de6c20 (patch) | |
tree | 1f4459487912eb3e617fe654492fe5943232413c /configure | |
parent | b34cc133d4cb71d4345a7292be684dd83ff0c5ca (diff) | |
download | execline-9e944ca500a6aadbac604cb0f32e5c7988de6c20.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
@@ -79,7 +79,7 @@ cmdexists () { } trycc () { - test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO=$1 + test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO="$*" } stripdir () { |