summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.Merijn Brand <perl5@tux.freedom.nl>2023-04-27 14:01:53 +0200
committerH.Merijn Brand <perl5@tux.freedom.nl>2023-04-27 14:01:53 +0200
commitd224e8addbbaa4e23cd1690b49c872292646379d (patch)
tree1ef79eedfeec431098dcfeba3e641f9ed7a59881
parente6cab701ba8f084a51c503ba06c048d5bb452e95 (diff)
downloadperl-d224e8addbbaa4e23cd1690b49c872292646379d.tar.gz
Manually re-order to simplify oncoming quadmath change
-rwxr-xr-xConfigure40
1 files changed, 20 insertions, 20 deletions
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 <<EOM >&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 <<EOM >&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