Skip to content

Commit

Permalink
Fixed spacing on Speex --help text in configure script.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 30, 2009
1 parent a4892b0 commit fac470a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -291,7 +291,7 @@ fi

dnl Check for speex
AC_ARG_ENABLE(speex,
[ --enable-speex enable SPX decoding via libspeex [default=yes]],
[ --enable-speex enable SPX decoding via libspeex [default=yes]],
, enable_speex=yes)
if test x$enable_speex = xyes; then
AC_CHECK_HEADER(ogg/ogg.h, have_ogg_hdr=yes)
Expand Down

0 comments on commit fac470a

Please sign in to comment.