summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-05-30 12:58:15 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-05-31 18:35:49 -0500
commit5e9d8d78cb523745af0c1e3b225b69162410bf4b (patch)
treecd2f8d70f9bf41f9403be73f49eabe534546d4e7 /configure.ac
parent92349ae22365794509ba6ee272444c897ad3b895 (diff)
downloadgroff-git-5e9d8d78cb523745af0c1e3b225b69162410bf4b.tar.gz
configure.ac: Fix code style and reporting nits.
* configure.ac: In configuration report, say that we're reporting compiler options along with the compiler executable. Fix leftover test(1) comparison with garbage, overlooked in commit faa22d89d2, 20 May.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 570f59db9..62bcd40e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -211,11 +211,11 @@ echo "
${PACKAGE_NAME} version ${PACKAGE_VERSION}
----------------------------------------------------------------------
installation prefix : ${prefix}
- C++ compiler : ${CXX} ${CXXFLAGS} ${CPPFLAGS}
+ C++ compiler and options : ${CXX} ${CXXFLAGS} ${CPPFLAGS}
use libgroff's memory allocator : $groff_use_own_allocator
- C compiler : ${CC} ${CFLAGS} ${CPPFLAGS}
+ C compiler and options : ${CC} ${CFLAGS} ${CPPFLAGS}
Perl interpreter version : $perl_version"
-if test "x$groff_no_x" = "xyes"
+if test "$groff_no_x" = yes
then
echo "\
X11 support : disabled"