Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 428538 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-13 / +1 lines)
Line  Link Here
0
-- configure.in
0
++ configure.in
Lines 46-53 Link Here
46
dnl Checks for libraries.
46
dnl Checks for libraries.
47
dnl AM_PATH_GTK_2_0(2.0.0,,AC_MSG_ERROR(Groundhog needs GTK 2.0))
47
dnl AM_PATH_GTK_2_0(2.0.0,,AC_MSG_ERROR(Groundhog needs GTK 2.0))
48
48
49
CXXFLAGS="-O2 -Wall"
50
51
dnl Checks for header files.
49
dnl Checks for header files.
52
AC_CHECK_HEADERS(unistd.h)
50
AC_CHECK_HEADERS(unistd.h)
53
51
Lines 57-72 Link Here
57
55
58
dnl Checks for library functions.
56
dnl Checks for library functions.
59
57
60
dnl Use -Wall if we have gcc.
61
changequote(,)dnl
62
if test "x$GCC" = "xyes"; then
63
  case " $CFLAGS " in
64
  *[\ \	]-Wall[\ \	]*) ;;
65
  *) CFLAGS="$CFLAGS -Wall" ;;
66
  esac
67
fi
68
changequote([,])dnl
69
70
AC_OUTPUT([ m4/Makefile  intl/Makefile
58
AC_OUTPUT([ m4/Makefile  intl/Makefile
71
Makefile 
59
Makefile 
72
src/Makefile 
60
src/Makefile 

Return to bug 428538