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 |
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" |