Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 817017
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +1 lines)
Line  Link Here
0
-- a/configure.ac
0
++ b/configure.ac
Lines 85-95 case "$YACC" in Link Here
85
    AC_MSG_ERROR(bison is required)
85
    AC_MSG_ERROR(bison is required)
86
    ;;
86
    ;;
87
esac
87
esac
88
AC_LANG([C])
89
AC_LANG([C++])
90
AC_PROG_CXX
88
AC_PROG_CXX
91
AC_LINK_IFELSE([AC_LANG_PROGRAM([], [])],,
92
   AC_MSG_ERROR([C++ Compiler required to compile Anjuta]))
93
AM_PROG_CC_C_O
89
AM_PROG_CC_C_O
94
90
95
GNOME_COMPILE_WARNINGS([yes])
91
GNOME_COMPILE_WARNINGS([yes])
96
- 

Return to bug 817017