chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c36211b
)
configure.ac: Fix the bug report for unexpected CPU or ABI.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 18 Sep 2019 16:37:33 +0000
(17:37 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 18 Sep 2019 16:37:33 +0000
(17:37 +0100)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index a415d0520655065e1e3a8731b958724d3b01b3d2..b6c40ba5b5a1646616690baf998ff860135b76c9 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-145,7
+145,7
@@
m4_define([catacomb_DEFINE_CPU_OR_ABI],
;;m4_define([catacomb_seen_$3/$$2], [t])])])
catacomb_CPU_FAMILIES([_def])
nil) ;;
;;m4_define([catacomb_seen_$3/$$2], [t])])])
catacomb_CPU_FAMILIES([_def])
nil) ;;
- *) AC_MSG_ERROR([BUG: unexpected $1 \`$1']) ;;
+ *) AC_MSG_ERROR([BUG: unexpected $1 \`$
$
1']) ;;
esac])
dnl Now that's out the way, we can explain what we're doing.
esac])
dnl Now that's out the way, we can explain what we're doing.