aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Hauke <mardnh@gmx.de>2018-02-10 18:02:28 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-14 00:46:41 +0000
commit2c10211d60696b9858a021a4fc420fa3927abb2c (patch)
treeb9f0ad197e97cc89e1a83db77e824ced77bf7668
parent5fdda13f896123f4d199d4aaba33e0df30dcb478 (diff)
build: Remove AC_PROG_CXX, C++ is never used
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4fd0132..1193e46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,6 @@ AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_AWK
AC_PROG_CPP
-AC_PROG_CXX
LT_INIT
dnl check for pkg-config (explained in detail in libosmocore/configure.ac)