summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2015-08-18 12:05:11 +0100
committerJohn Keeping <john@keeping.me.uk>2015-08-18 12:05:11 +0100
commit049e2066892f7fc3c1011d0e7af25fc15028c374 (patch)
treec48c431a94f81ebe19219c9d028379a610ced3f2 /configure.ac
parent0ee090ae16a3a98ba64a1bb8108597328a4c05b0 (diff)
downloadprocps-ng-049e2066892f7fc3c1011d0e7af25fc15028c374.tar.gz
configure.ac: do not check for C++ compiler
We do not have any C++ code, so there is no point in checking for C++ tools in the configure script. Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 675e218..ac5ac9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,6 @@ AC_CONFIG_HEADERS([config.h])
# Checks for programs.
AC_USE_SYSTEM_EXTENSIONS(_GNU_SOURCE)
-AC_PROG_CXX
AC_PROG_AWK
AC_PROG_CC
AC_PROG_CC_STDC