In metaconfig.git, the branch master has been updated <http://perl5.git.perl.org/metaconfig.git/commitdiff/adc7640845fa03ace8d13edd92d8b2a3685690b2?hp=d0838744f03cfe7642950ea91dd48f575d0bfd15>
- Log ----------------------------------------------------------------- commit adc7640845fa03ace8d13edd92d8b2a3685690b2 Author: H.Merijn Brand - Tux <[email protected]> Date: Tue Jul 5 18:47:13 2016 +0200 [perl #128538] [PATCH] Fix copy/paste error in Configure ----------------------------------------------------------------------- Summary of changes: U/threads/archname.U | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/U/threads/archname.U b/U/threads/archname.U index 153ce37..94e9a54 100644 --- a/U/threads/archname.U +++ b/U/threads/archname.U @@ -192,7 +192,7 @@ case "$usequadmath" in $define) echo "quadmath selected." >&4 case "$archname" in - *-ld*) echo "...and architecture name already has -quadmath." >&4 + *-quadmath*) echo "...and architecture name already has -quadmath." >&4 ;; *) archname="$archname-quadmath" echo "...setting architecture name to $archname." >&4 -- perl5 metaconfig repository
