From a5e7ba18b38ce34f02ac94d3de4339f2ea728010 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 22 Apr 2021 21:09:54 -0700 Subject: configure: clang banner moving target. * configure: nopie test must check for "clang" in two places in the version banner. Some vendors stick their name in front of "clang". --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 75872b7d..22331dc6 100755 --- a/configure +++ b/configure @@ -1025,7 +1025,7 @@ if [ "$1" = "gcc" ] ; then broken128=y fi [ $1 -lt 5 ] && do_nopie= -elif [ "$2" = "clang" ] ; then +elif [ "$1" = "clang" -o "$2" = "clang" ] ; then do_nopie= fi -- cgit v1.2.3