From: Mark Wooding Date: Wed, 18 Sep 2019 16:37:33 +0000 (+0100) Subject: configure.ac: Fix the bug report for unexpected CPU or ABI. X-Git-Tag: 2.5.0~5 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/commitdiff_plain/22cfd8178686e1d9d9c6f7f8ebb3b2d89c2d1c7a configure.ac: Fix the bug report for unexpected CPU or ABI. --- diff --git a/configure.ac b/configure.ac index a415d052..b6c40ba5 100644 --- 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) ;; - *) 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.