~ubuntu-branches/ubuntu/oneiric/nmap/oneiric

« back to all changes in this revision

Viewing changes to libdnet-stripped/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Petr Salinger, LaMont Jones
  • Date: 2009-08-28 13:02:24 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090828130224-p7s4ykudsngf2z2k
Tags: 5.00-3
[Petr Salinger]

* fix FTBFS on GNU/kFreeBSD.  Closes: #542388

[LaMont Jones]

* Provide and Replace: ndiff

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
        AC_LIBOBJ([tun-linux])
279
279
elif test "$ac_cv_header_net_if_tun_h" = yes ; then
280
280
        if test "$ac_cv_header_stropts_h" = yes ; then
281
 
                AC_LIBOBJ([tun-solaris])
 
281
                case "$host_os" in
 
282
                *kfreebsd*)
 
283
                        AC_LIBOBJ([tun-bsd]);;
 
284
                *)
 
285
                        AC_LIBOBJ([tun-solaris]);;
 
286
                esac
282
287
        else
283
288
                AC_LIBOBJ([tun-bsd])
284
289
        fi