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

(-)a/configure.ac (-2 / +2 lines)
Lines 1-5 Link Here
1
orig_CFLAGS="$CFLAGS"
2
3
AC_INIT
1
AC_INIT
4
AC_CONFIG_SRCDIR([ev_epoll.c])
2
AC_CONFIG_SRCDIR([ev_epoll.c])
5
3
Lines 9-14 AM_MAINTAINER_MODE Link Here
9
7
10
AC_PROG_CC
8
AC_PROG_CC
11
9
10
orig_CFLAGS="$CFLAGS"
11
12
dnl Supply default CFLAGS, if not specified
12
dnl Supply default CFLAGS, if not specified
13
if test -z "$orig_CFLAGS"; then
13
if test -z "$orig_CFLAGS"; then
14
  if test x$GCC = xyes; then
14
  if test x$GCC = xyes; then

Return to bug 429526