configure.ac: Fix the bug report for unexpected CPU or ABI.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 18 Sep 2019 16:37:33 +0000 (17:37 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 18 Sep 2019 16:37:33 +0000 (17:37 +0100)
configure.ac

index a415d05..b6c40ba 100644 (file)
@@ -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.