summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-05-03 11:30:42 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-05-10 15:38:33 +0200
commit15dbc2da7a64b8ec145c20cc35bcd5f64493dffd (patch)
tree0c0320385cba730da35073eee26419e60980a490
parentad00538254b5fee6d1e2efb33d1f6b58e9518328 (diff)
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.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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}