$NetBSD: patch-ab,v 1.3 2001/08/28 06:17:42 tron Exp $ --- configure.in.orig Thu Jul 5 08:39:39 2001 +++ configure.in Tue Aug 28 08:08:55 2001 @@ -15,12 +15,7 @@ AC_ARG_PROGRAM AM_PROG_LIBTOOL -## failure of 'AC_PRG_CXX' causes automake to abort -# see if a C++ compiler exists and works -AC_REQUIRE([AC_PROG_CXX])dnl -if test "x$ac_cv_prog_cxx_works" = xno; then - AC_MSG_WARN(ifelse([$1], , "No C++ compiler", [$1])) -fi +AC_PROG_CXX AM_CONDITIONAL(CXX_PRESENT, test "x$ac_cv_prog_cxx_works" != xno) ## this should come after `AC_PROG_CC'