[perl #128538] [PATCH] Fix copy/paste error in Configure
authorH.Merijn Brand <[email protected]>
Tue, 5 Jul 2016 16:49:29 +0000 (18:49 +0200)
committerH.Merijn Brand <[email protected]>
Tue, 5 Jul 2016 16:49:29 +0000 (18:49 +0200)
commitd06c8f869698f7905df974ab8bafb703a5438fc1
treee97edd73bf262d8e322b0c7e458480595f7e88a7
parentcaab73c0a28609db91fe0e418914b450d235176f
[perl #128538] [PATCH] Fix copy/paste error in Configure

Self-explanatory. The code in question adds -quadmath to archname, but only if it isn't already there. However, since this was copied from a few lines earlier, it checks for -ld instead of -quadmath.
Configure