aports/main/bacula/cxx.patch
Natanael Copa c294432572 main/bacula: apply a bunch of patches from fedora and gentoo
and fix building with ccache
2011-04-05 08:28:08 +00:00

14 lines
319 B
Diff

--- ./autoconf/configure.in.orig
+++ ./autoconf/configure.in
@@ -92,10 +92,6 @@
AC_DEFINE(HAVE_GCC)
have_gcc=yes
fi
-AC_PATH_PROG(CXX, $CXX, $CXX)
-if test ! -e $CXX; then
- AC_MSG_ERROR(Unable to find C++ compiler)
-fi
dnl -------------------------------------------------------
dnl Check for programs.