Mercurial > audlegacy
comparison m4/sdl.m4 @ 132:b252f73213dc trunk
[svn] Remove configure options that no longer have any meaning.
author | nenolod |
---|---|
date | Wed, 09 Nov 2005 20:00:16 -0800 |
parents | f1689b33773c |
children |
comparison
equal
deleted
inserted
replaced
131:f1689b33773c | 132:b252f73213dc |
---|---|
14 dnl | 14 dnl |
15 AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed (optional)], | 15 AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed (optional)], |
16 sdl_prefix="$withval", sdl_prefix="") | 16 sdl_prefix="$withval", sdl_prefix="") |
17 AC_ARG_WITH(sdl-exec-prefix,[ --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)], | 17 AC_ARG_WITH(sdl-exec-prefix,[ --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)], |
18 sdl_exec_prefix="$withval", sdl_exec_prefix="") | 18 sdl_exec_prefix="$withval", sdl_exec_prefix="") |
19 AC_ARG_ENABLE(sdltest, [ --disable-sdltest Do not try to compile and run a test SDL program], | |
20 , enable_sdltest=yes) | |
21 | 19 |
22 if test x$sdl_exec_prefix != x ; then | 20 if test x$sdl_exec_prefix != x ; then |
23 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix" | 21 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix" |
24 if test x${SDL_CONFIG+set} != xset ; then | 22 if test x${SDL_CONFIG+set} != xset ; then |
25 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config | 23 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config |