diff --git a/configure b/configure index 6fb1e23f17..a88f43e208 100755 --- a/configure +++ b/configure @@ -799,6 +799,10 @@ for opt do ;; --disable-tsan) tsan="no" ;; + --disable-fortify-source) fortify_source="no" + ;; + --enable-fortify-source) fortify_source="yes" + ;; --disable-tcg) tcg="disabled" plugins="no" ;;