From d224e8addbbaa4e23cd1690b49c872292646379d Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Thu, 27 Apr 2023 14:01:53 +0200 Subject: Manually re-order to simplify oncoming quadmath change --- Configure | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'Configure') diff --git a/Configure b/Configure index 31e7993355..e7107a28f7 100755 --- a/Configure +++ b/Configure @@ -5224,26 +5224,6 @@ EOM esac fi -: Check if quadmath is requested -case "$usequadmath" in -"$define"|true|[yY]*) usequadmath="$define" ;; -*) usequadmath="$undef" ;; -esac - -: Fail if both uselongdouble and usequadmath are requested -case "$usequadmath:$uselongdouble" in -define:define) - $cat <&4 - -*** You requested the use of the quadmath library and use -*** of long doubles. -*** -*** Please select one or the other. -EOM - exit 1 - ;; -esac - : Looking for optional libraries echo " " echo "Checking for optional libraries..." >&4 @@ -7149,6 +7129,26 @@ if test "${api_revision}${api_version}${api_subversion}" = "550"; then api_versionstring='5.005' fi +: Check if quadmath is requested +case "$usequadmath" in +"$define"|true|[yY]*) usequadmath="$define" ;; +*) usequadmath="$undef" ;; +esac + +: Fail if both uselongdouble and usequadmath are requested +case "$usequadmath:$uselongdouble" in +define:define) + $cat <&4 + +*** You requested the use of the quadmath library and use +*** of long doubles. +*** +*** Please select one or the other. +EOM + exit 1 + ;; +esac + : determine the architecture name echo " " if xxx=`./loc arch blurfl $pth`; $test -f "$xxx"; then -- cgit v1.2.1