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

(-)configure.ac.old (-4 / +5 lines)
Lines 15-25 Link Here
15
AC_CHECK_PROGS(POD2MAN, pod2man, , $PATH)
15
AC_CHECK_PROGS(POD2MAN, pod2man, , $PATH)
16
AC_FUNC_FSEEKO
16
AC_FUNC_FSEEKO
17
17
18
UFRAW_CFLAGS="-ffast-math -fomit-frame-pointer"
18
dnl UFRAW_CFLAGS="-ffast-math -fomit-frame-pointer"
19
UFRAW_LDADD=""
19
UFRAW_LDADD=""
20
if test "x$GCC" = "xyes"; then
20
dnl if test "x$GCC" = "xyes"; then
21
    UFRAW_CFLAGS="$UFRAW_CFLAGS -W -Wall -O3"
21
dnl     UFRAW_CFLAGS="$UFRAW_CFLAGS -W -Wall -O3"
22
fi
22
dnl fi
23
UFRAW_CFLAGS="$CFLAGS"
23
24
24
# windows will require some special attention
25
# windows will require some special attention
25
case $host_os in
26
case $host_os in

Return to bug 193010