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

(-)a/configure.ac (-1 / +3 lines)
Lines 18-23 AC_PROG_CXX Link Here
18
18
19
AC_PROG_CC_C99()
19
AC_PROG_CC_C99()
20
20
21
AC_SEARCH_LIBS([sqrt], [m], [], [
22
  AC_MSG_ERROR([unable to find the sqrt() function])
23
])
21
24
22
if test "$ac_cv_prog_cc_c99" = "no"; then
25
if test "$ac_cv_prog_cc_c99" = "no"; then
23
   AC_MSG_ERROR([C99 support is required but not found.])
26
   AC_MSG_ERROR([C99 support is required but not found.])
24
- 

Return to bug 775311