ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/configure.ac
(Generate patch)

Comparing SheepShaver/src/Unix/configure.ac (file contents):
Revision 1.72 by asvitkine, 2012-06-15T22:58:29Z vs.
Revision 1.73 by asvitkine, 2012-06-15T23:00:24Z

# Line 370 | Line 370 | AC_CHECK_HEADERS(mach/vm_map.h mach/mach
370   AC_CHECK_HEADERS(unistd.h fcntl.h byteswap.h dirent.h)
371   AC_CHECK_HEADERS(sys/socket.h sys/ioctl.h sys/filio.h sys/bitypes.h sys/wait.h)
372   AC_CHECK_HEADERS(sys/time.h sys/poll.h sys/select.h arpa/inet.h)
373 < AC_CHECK_HEADERS(linux/if.h linux/if_tun.h net/if.h net/if_tun.h, [], [], [
373 > AC_CHECK_HEADERS(netinet/in.h linux/if.h linux/if_tun.h net/if.h net/if_tun.h, [], [], [
374   #ifdef HAVE_SYS_TYPES_H
375   #include <sys/types.h>
376   #endif
# Line 753 | Line 753 | dnl Check that the host supports TUN/TAP
753   AC_CACHE_CHECK([whether TUN/TAP is supported],
754    ac_cv_tun_tap_support, [
755    AC_TRY_COMPILE([
756 +        #if defined(HAVE_NETINET_IN_H)
757 +        #include <netinet/in.h>
758 +        #endif
759      #if defined(HAVE_LINUX_IF_H) && defined(HAVE_LINUX_IF_TUN_H)
760      #include <linux/if.h>
761      #include <linux/if_tun.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines