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

Collapse All | Expand All

(-)a/configure.in (-3 / +3 lines)
Lines 55-61 Link Here
55
55
56
CFLAGS="$CFLAGS -funsigned-char -O2" 
56
CFLAGS="$CFLAGS -funsigned-char -O2" 
57
CXXFLAGS="$CXXFLAGS -funsigned-char -O2"
57
CXXFLAGS="$CXXFLAGS -funsigned-char -O2"
58
if test $enable_debug = 'yes';then
58
if test "x$enable_debug" = "xyes";then
59
        CFLAGS="$CFLAGS -O0 -g3 -Wall" 
59
        CFLAGS="$CFLAGS -O0 -g3 -Wall" 
60
        CXXFLAGS="$CXXFLAGS -O0 -g3 -Wall" 
60
        CXXFLAGS="$CXXFLAGS -O0 -g3 -Wall" 
61
else
61
else
Lines 132-138 fi Link Here
132
AC_SUBST(ZHCON_LOCALE_DIR)
132
AC_SUBST(ZHCON_LOCALE_DIR)
133
133
134
AC_CHECK_LIB(util, forkpty)
134
AC_CHECK_LIB(util, forkpty)
135
AC_CHECK_LIB(curses, main)
135
AC_SEARCH_LIBS([tgetent], [cursesw curses ncursesw ncurses], [break;])
136
136
137
dnl for freebsd
137
dnl for freebsd
138
dnl AC_CHECK_LIB(c, i386_set_ioperm)
138
dnl AC_CHECK_LIB(c, i386_set_ioperm)
Lines 172-178 dnl Checks for gpm Link Here
172
dnl-----------------------------------------------------------------------
172
dnl-----------------------------------------------------------------------
173
usegpm="yes"
173
usegpm="yes"
174
AC_CHECK_HEADERS(gpm.h,,usegpm="no")
174
AC_CHECK_HEADERS(gpm.h,,usegpm="no")
175
AC_CHECK_LIB(gpm,main,,usegpm="no")
175
AC_CHECK_LIB(gpm,Gpm_Open,,usegpm="no")
176
176
177
dnl-----------------------------------------------------------------------
177
dnl-----------------------------------------------------------------------
178
dnl Checks for libggi
178
dnl Checks for libggi

Return to bug 240024