commit eaf9404b22bba7be5092672144b867380c602beb parent 7c462622eb9e019848c872434fc7c8f875cf3323 Author: Laurent Bercot <ska-skaware@skarnet.org> Date: Tue, 27 Sep 2016 13:18:54 +0000 configure: allow $CC to have several words Diffstat:
M | configure | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure @@ -82,7 +82,7 @@ cmdexists () { } trycc () { - test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO=$1 + test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO="$*" } stripdir () {