]> granicus.if.org Git - postgis/commitdiff
Stop looking for C++ compiler (#3282)
authorSandro Santilli <strk@keybit.net>
Mon, 21 Sep 2015 15:46:56 +0000 (15:46 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 21 Sep 2015 15:46:56 +0000 (15:46 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14081 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index f72fa9f27868c0c239889ecd8dde62fabb522a3f..87e1cc7ae2a3d516cc5d606d6630f556888bfea1 100644 (file)
@@ -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 -------------- ])