summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-03-14 10:19:45 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-03-14 10:19:45 +0100
commit9cf3062e92c8ae84680c3f0739078cb2b687eaf6 (patch)
tree7d0d283d3ab290ead7393a1a8431ab5031bc22d1 /acinclude.m4
parent6ece5f295641c0ca3f8f2edf0aff9448fc99e68f (diff)
downloadgmp-9cf3062e92c8ae84680c3f0739078cb2b687eaf6.tar.gz
Break error message to keep within 80 char/line.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 15f71b1bc..508bdacdc 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2632,7 +2632,8 @@ yes)
*)
AC_MSG_WARN([+----------------------------------------------------------])
AC_MSG_WARN([| WARNING WARNING WARNING])
- AC_MSG_WARN([| Host CPU has the mulx instruction, but it can't be assembled by])
+ AC_MSG_WARN([| Host CPU has the mulx instruction, but it can't be])
+ AC_MSG_WARN([| assembled by])
AC_MSG_WARN([| $CCAS $CFLAGS $CPPFLAGS])
AC_MSG_WARN([| Older x86 instructions will be used.])
AC_MSG_WARN([| This will be an inferior build.])
@@ -2670,7 +2671,8 @@ yes)
*)
AC_MSG_WARN([+----------------------------------------------------------])
AC_MSG_WARN([| WARNING WARNING WARNING])
- AC_MSG_WARN([| Host CPU has the adcx and adox instructions, but they can't be assembled by])
+ AC_MSG_WARN([| Host CPU has the adcx and adox instructions, but they])
+ AC_MSG_WARN([| can't be assembled by])
AC_MSG_WARN([| $CCAS $CFLAGS $CPPFLAGS])
AC_MSG_WARN([| Older x86 instructions will be used.])
AC_MSG_WARN([| This will be an inferior build.])