summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-28 11:39:42 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-28 11:39:42 (EST)
commit0c9d9b6374c9217d2d736eb6c5dc6f3447adc021 (patch)
tree1e8d87a2f98ed867853b2b34bb23c9d0085d5ede /configure.ac
parent1bd86b2673471603c1ec6b20896773827b8aafd5 (diff)
configure.ac: Quote "${enableval}" in error msg.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a736956..95999cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,8 +59,9 @@ AC_ARG_ENABLE(
case "${enableval}" in
'yes'|'no') ;;
*) AC_MSG_ERROR(
- [bad value ${enableval} for ${opt} option]) ;;
+ [bad value `${enableval}' for ${opt} option]) ;;
esac
+ dnl This `dnl' is needed to workaround Vim syntax highlighting.
multiarch_libdir="${enableval}"
],
[