summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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 3a9ce99..a51c123 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,7 +90,8 @@ AC_ARG_WITH(
[
case "${withval}" in
'yes'|'')
- AC_MSG_ERROR([--with-readelf requires an argument])
+ AC_MSG_ERROR(
+ [--with-readelf requires an argument])
;;
'no')
AC_MSG_ERROR([readelf is required])