From: Sandro Santilli Date: Mon, 21 Sep 2015 15:46:56 +0000 (+0000) Subject: Stop looking for C++ compiler (#3282) X-Git-Tag: 2.2.0rc1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1581cfce7731ce0ac2cdb811f8bbb87b19a04850;p=postgis Stop looking for C++ compiler (#3282) git-svn-id: http://svn.osgeo.org/postgis/trunk@14081 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index f72fa9f27..87e1cc7ae 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,6 @@ dnl Compilers dnl AC_PROG_CC AC_PROG_CPP -AC_PROG_CXX AC_PROG_GREP AC_PATH_PROG([ANT], [ant], []) AC_SUBST([ANT]) @@ -1317,7 +1316,6 @@ AC_MSG_RESULT([ PostGIS is now configured for ${host}]) AC_MSG_RESULT() AC_MSG_RESULT([ -------------- Compiler Info ------------- ]) AC_MSG_RESULT([ C compiler: ${CC} ${CFLAGS}]) -AC_MSG_RESULT([ C++ compiler: ${CXX} ${CXXFLAGS}]) AC_MSG_RESULT([ SQL preprocessor: ${SQLPP}]) AC_MSG_RESULT() AC_MSG_RESULT([ -------------- Dependencies -------------- ])