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 1054
Collapse All | Expand All

(-)soundkonverter/configure.in.in (+5 lines)
Lines 9-14 Link Here
9
# BEGIN CDPARANOIA CHECK
9
# BEGIN CDPARANOIA CHECK
10
###############################################################################
10
###############################################################################
11
#
11
#
12
if test -z "$CPPFLAGS"; then
13
  CPPFLAGS="-I/usr/include/cdda"
14
else
15
  CPPFLAGS="$CPPFLAGS -I/usr/include/cdda"
16
fi
12
#AC_CHECK_HEADER([cdda_interface.h], [with_cdparanoia=yes], [with_cdparanoia=no])
17
#AC_CHECK_HEADER([cdda_interface.h], [with_cdparanoia=yes], [with_cdparanoia=no])
13
#
18
#
14
#if test "$with_cdparanoia" != "yes" ; then
19
#if test "$with_cdparanoia" != "yes" ; then

Return to bug 1054