summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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