From 15dbc2da7a64b8ec145c20cc35bcd5f64493dffd Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 3 May 2016 11:30:42 +0200 Subject: [PATCH] build-sys: Remove 'CXX' from configure summary We no longer make use of a c++ compiler since dropping the client, so no need to show it in the configure summary. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 84065f4a..d789fbc2 100644 --- a/configure.ac +++ b/configure.ac @@ -237,7 +237,6 @@ AC_MSG_NOTICE([ prefix: ${prefix} c compiler: ${CC} - c++ compiler: ${CXX} LZ4 support: ${enable_lz4} Smartcard: ${have_smartcard}