osrm-backend/scripts/osm2pgsql/0.87.2/patch.diff
Dane Springmeyer a34a885031 Squashed 'third_party/mason/' content from commit 1b3085e
git-subtree-dir: third_party/mason
git-subtree-split: 1b3085e812b08ef092ba43945e3ab9f802632280
2016-10-28 12:21:21 -07:00

16 lines
390 B
Diff

Index: configure.ac
===================================================================
--- configure.ac (revision 29411)
+++ configure.ac (working copy)
@@ -29,10 +29,6 @@
dnl Find C++ compiler
AC_PROG_CXX
AC_CHECK_PROG(HAVE_CXX, $CXX, yes, no)
-if test "$HAVE_CXX" = "no"
-then
- AC_MSG_ERROR([Could not find a c++ compiler]);
-fi
dnl AX_CFLAGS_WARN_ALL
dnl AX_CXXFLAGS_WARN_ALL