summaryrefslogtreecommitdiff
path: root/config/sdl.m4
diff options
context:
space:
mode:
authoreb2007-11-10 01:03:04 +0000
committereb2007-11-10 01:03:04 +0000
commitbf89a84441f33f17f29ce238d9920f87a4d3b540 (patch)
treeb0e7e61df1d018b7132719bdaedba6012873fbe2 /config/sdl.m4
parent83200c22baaf6d2619035966bf8da1d662d8a9de (diff)
downloadgnuradio-bf89a84441f33f17f29ce238d9920f87a4d3b540.tar.gz
gnuradio-bf89a84441f33f17f29ce238d9920f87a4d3b540.tar.bz2
gnuradio-bf89a84441f33f17f29ce238d9920f87a4d3b540.zip
Merged -r6847:6850 from eb/trial-merge into trunk. This changeset
contains the modifications required to cross-compile GNU Radio for the Cell processor. For directions, see CrossCompilingForCell git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6852 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'config/sdl.m4')
-rw-r--r--config/sdl.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/config/sdl.m4 b/config/sdl.m4
index ada3a4165..d4246620e 100644
--- a/config/sdl.m4
+++ b/config/sdl.m4
@@ -16,8 +16,9 @@ AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed
sdl_prefix="$withval", sdl_prefix="")
AC_ARG_WITH(sdl-exec-prefix,[ --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)],
sdl_exec_prefix="$withval", sdl_exec_prefix="")
-AC_ARG_ENABLE(sdltest, [ --disable-sdltest Do not try to compile and run a test SDL program],
- , enable_sdltest=yes)
+AC_ARG_ENABLE(sdltest, AC_HELP_STRING([--disable-sdltest],
+ [Do not try to compile and run a test SDL program]),
+ [], enable_sdltest=yes)
if test x$sdl_exec_prefix != x ; then
sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"