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

Comparing BasiliskII/src/Windows/configure.ac (file contents):
Revision 1.1 by gbeauche, 2005-03-17T00:27:54Z vs.
Revision 1.2 by gbeauche, 2005-03-24T23:13:09Z

# Line 65 | Line 65 | AC_PROG_CXX
65   AC_PROG_MAKE_SET
66   AC_PROG_EGREP
67   AC_PROG_LN_S
68 + AC_CHECK_TOOL(WINDRES, windres)
69  
70   dnl We use 64-bit file size support if possible.
71   AC_SYS_LARGEFILE
# Line 473 | Line 474 | CPUINCLUDES="-I../uae_cpu"
474   CPUSRCS="../uae_cpu/basilisk_glue.cpp ../uae_cpu/memory.cpp ../uae_cpu/newcpu.cpp ../uae_cpu/readcpu.cpp $FPUSRCS cpustbl.cpp cpudefs.cpp $CPUSRCS $JITSRCS"
475  
476   dnl We really want SDL for now
477 < AC_PATH_PROG(sdl_config, "sdl-config", [AC_MSG_ERROR([Sorry, you currently need SDL for this port])])
477 > AC_CHECK_TOOL(sdl_config, sdl-config, [AC_MSG_ERROR([Sorry, you currently need SDL for this port])])
478   sdl_cflags=`$sdl_config --cflags`
479   sdl_libs=`$sdl_config --libs`
480   CFLAGS="$CFLAGS $sdl_cflags"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines