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.69 by asvitkine, 2010-10-19T22:20:01Z vs.
Revision 1.74 by asvitkine, 2012-06-16T02:16:40Z

# Line 5 | Line 5 | AC_INIT([SheepShaver], 2.3, [Christian.B
5   AC_CONFIG_SRCDIR(main_unix.cpp)
6   AC_PREREQ(2.52)
7   AC_CONFIG_HEADER(config.h)
8 + AH_TOP(
9 + #ifndef CONFIG_H
10 + #define CONFIG_H
11 + )
12 + AH_BOTTOM(
13 + #endif /* CONFIG_H */
14 + )
15  
16   dnl Canonical system information.
17   AC_CANONICAL_HOST
# Line 363 | 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 701 | Line 708 | if [[ "x$WANT_SDL_VIDEO" = "xyes" ]]; th
708    KEYCODES="../SDL/keycodes"
709    if [[ "x$ac_cv_framework_Carbon" = "xyes" ]]; then
710      EXTRASYSSRCS="$EXTRASYSSRCS ../MacOSX/clip_macosx.cpp"
711 +    EXTRASYSSRCS="$EXTRASYSSRCS ../MacOSX/utils_macosx.mm"
712 +    CPPFLAGS="$CPPFLAGS -I../MacOSX"
713    else
714      EXTRASYSSRCS="$EXTRASYSSRCS ../dummy/clip_dummy.cpp"
715    fi
# Line 744 | 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>
# Line 1482 | Line 1494 | if [[ "x$EMULATED_PPC" = "xyes" ]]; then
1494        powerpc:mach)
1495          ac_cv_use_dyngen=yes
1496          ;;
1497 +      x86_64:mach)
1498 +        ac_cv_use_dyngen=yes
1499 +        ;;
1500        i?86:mach)
1501          ac_cv_use_dyngen=yes
1502          ;;
# Line 1556 | Line 1571 | if [[ "x$EMULATED_PPC" = "xyes" ]]; then
1571          ../kpx_cpu/src/cpu/ppc/ppc-jit.cpp $CPUSRCS"
1572      fi
1573    fi
1574 <  CPUSRCS="$CPUSRCS ../kpx_cpu/sheepshaver_glue.cpp"
1574 >  CPUSRCS="$CPUSRCS ../kpx_cpu/sheepshaver_glue.cpp ../kpx_cpu/ppc-dis.c"
1575   else
1576    WANT_JIT=no
1577   fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines