diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-09-26 00:43:44 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-09-26 00:43:44 (EDT) |
commit | 14383677eb011af77cdcc4f9a7e41c3afa0ba198 (patch) | |
tree | 559173153341e8cb6936af56617372a6277a47dc | |
parent | d64077ff2a250a1d6d2818837ea26e719b0e5a64 (diff) |
configure.ac: Wrap long line
-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]) |