-- a/configure.ac
++ b/configure.ac
AC_MSG_ERROR(bison is required)
;;
esac
AC_LANG([C])
AC_LANG([C++])
AC_PROG_CXX
AC_LINK_IFELSE([AC_LANG_PROGRAM([], [])],,
AC_MSG_ERROR([C++ Compiler required to compile Anjuta]))
AM_PROG_CC_C_O
GNOME_COMPILE_WARNINGS([yes])
-