~ubuntu-branches/ubuntu/karmic/knetfilter/karmic

« back to all changes in this revision

Viewing changes to configure.in.in

  • Committer: Bazaar Package Importer
  • Author(s): Angel Ramos
  • Date: 2002-01-21 08:15:00 UTC
  • Revision ID: james.westby@ubuntu.com-20020121081500-poxwa9o2h1z4dlch
Tags: 2.2.0-4

Fixed problems with new libpng (Closes: #129982).

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
AC_HEADER_TIME
12
12
AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h stdlib.h paths.h)
13
13
AC_CHECK_FUNCS(usleep)
14
 
KDE_FIND_PATH(iptables, IPTABLES, $PATH, AC_MSG_ERROR([No iptables found.]))
15
14