diff options
-rw-r--r-- | configure.ac | 3 |
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]) |