osrm-backend/scripts/osm2pgsql/0.87.2/patch.diff
Patrick Niklaus f8dd965435 Squashed 'third_party/mason/' content from commit cf3561b
git-subtree-dir: third_party/mason
git-subtree-split: cf3561bf78cb146821dba3d95c308fc44db05f46
2016-12-15 10:31:15 +00: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