mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-05 09:43:10 +02:00
Merge branch 'master' of git@projects.qi-hardware.com:gmenu2x
This commit is contained in:
commit
dbcc825e06
1578
autogen.sh
Executable file
1578
autogen.sh
Executable file
File diff suppressed because it is too large
Load Diff
@ -15,10 +15,11 @@ SDL_VERSION=1.2.8
|
|||||||
AM_PATH_SDL($SDL_VERSION, :,
|
AM_PATH_SDL($SDL_VERSION, :,
|
||||||
AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!]))
|
AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!]))
|
||||||
|
|
||||||
AC_CHECK_LIB(SDL_image, IMG_LoadPNG_RW, , AC_MSG_ERROR([
|
AC_ARG_WITH(sdl-image-prefix,
|
||||||
*** Unable to find SDL_image libary with PNG support
|
[ --with-sdl-image-prefix=DIR specify where SDL_image library is installed],
|
||||||
(http://www.libsdl.org/projects/SDL_image/)
|
[SDL_IMAGE_PREFIX="$withval"])
|
||||||
]))
|
|
||||||
|
AC_CHECK_LIB(SDL_image, IMG_LoadPNG_RW,,check_sdl_image="no")
|
||||||
|
|
||||||
AC_ARG_WITH(sdl-gfx-prefix,
|
AC_ARG_WITH(sdl-gfx-prefix,
|
||||||
[ --with-sdl-gfx-prefix=DIR specify where SDL_gfx library is installed],
|
[ --with-sdl-gfx-prefix=DIR specify where SDL_gfx library is installed],
|
||||||
|
Loading…
Reference in New Issue
Block a user