By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1310
Collapse All | Expand All

(-)a/ksim/configure.in.in (-1 / +8 lines)
Lines 30-36 Link Here
30
fi
30
fi
31
31
32
dnl Check for dell laptop support
32
dnl Check for dell laptop support
33
AM_CONDITIONAL(supports_i8k, test -f /proc/i8k)
33
AC_MSG_CHECKING([if dellI8k ksim module should be compiled])
34
case "$host" in
35
  *-*-linux*) ksim_delli8k_compile=yes; UNAME='Linux' ;;
36
  *) ksim_delli8k_compile=no; UNAME='' ;;
37
esac
38
39
AC_MSG_RESULT($ksim_delli8k_compile)
40
AM_CONDITIONAL(supports_i8k, test x$ksim_delli8k_compile = xyes)
34
41
35
kde_safe_cppflags=$CPPFLAGS
42
kde_safe_cppflags=$CPPFLAGS
36
CPPFLAGS="$CPPFLAGS -include X11/Xlib.h -include X11/Xutil.h -include X11/Xproto.h"
43
CPPFLAGS="$CPPFLAGS -include X11/Xlib.h -include X11/Xutil.h -include X11/Xproto.h"

Return to bug 1310