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

(-)tdenetwork/configure.in.in (-1 / +5 lines)
Lines 4-10 Link Here
4
4
5
5
6
dnl Checks for header files.
6
dnl Checks for header files.
7
AC_CHECK_HEADERS(linux/tcp.h linux/if_ppp.h)
7
AC_CHECK_HEADERS(linux/tcp.h linux/if_ppp.h,,,
8
     [[#if HAVE_LINUX_TCP_H
9
     # include <linux/tcp.h>
10
     #endif
11
     ]])
8
AC_CHECK_HEADERS(net/errno.h net/if_ppp.h)
12
AC_CHECK_HEADERS(net/errno.h net/if_ppp.h)
9
AC_CHECK_HEADERS(asm/param.h)
13
AC_CHECK_HEADERS(asm/param.h)
10
AC_CHECK_HEADERS(sys/file.h sys/stat.h sys/time.h sys/cdefs.h sys/sockio.h)
14
AC_CHECK_HEADERS(sys/file.h sys/stat.h sys/time.h sys/cdefs.h sys/sockio.h)

Return to bug 1040