This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Commit ec10bef
[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.1 parent 37778ec commit ec10bef
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7254 | 7254 | | |
7255 | 7255 | | |
7256 | 7256 | | |
7257 | | - | |
| 7257 | + | |
7258 | 7258 | | |
7259 | 7259 | | |
7260 | 7260 | | |
| |||
0 commit comments