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

« back to all changes in this revision

Viewing changes to libdnet-stripped/configure

  • 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:
23153
23153
 
23154
23154
elif test "$ac_cv_header_net_if_tun_h" = yes ; then
23155
23155
        if test "$ac_cv_header_stropts_h" = yes ; then
23156
 
                case " $LIBOBJS " in
 
23156
                case "$host_os" in
 
23157
                *kfreebsd*)
 
23158
                        case " $LIBOBJS " in
 
23159
  *" tun-bsd.$ac_objext "* ) ;;
 
23160
  *) LIBOBJS="$LIBOBJS tun-bsd.$ac_objext"
 
23161
 ;;
 
23162
esac
 
23163
;;
 
23164
                *)
 
23165
                        case " $LIBOBJS " in
23157
23166
  *" tun-solaris.$ac_objext "* ) ;;
23158
23167
  *) LIBOBJS="$LIBOBJS tun-solaris.$ac_objext"
23159
23168
 ;;
23160
23169
esac
23161
 
 
 
23170
;;
 
23171
                esac
23162
23172
        else
23163
23173
                case " $LIBOBJS " in
23164
23174
  *" tun-bsd.$ac_objext "* ) ;;