mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-26 19:40:24 +00:00
configure.ac: Fix --enable-octave doc string
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
parent
6b0df6060c
commit
d1c591aea2
@ -153,7 +153,7 @@ AC_ARG_ENABLE([external-libs],
|
||||
[AS_HELP_STRING([--disable-external-libs], [disable use of FLAC, Ogg and Vorbis [[default=no]]])])
|
||||
|
||||
AC_ARG_ENABLE(octave,
|
||||
[AS_HELP_STRING([--enable-octave], [disable building of GNU Octave module])])
|
||||
[AS_HELP_STRING([--enable-octave], [enable building of GNU Octave module])])
|
||||
|
||||
AC_ARG_ENABLE([full-suite],
|
||||
[AS_HELP_STRING([--disable-full-suite], [disable building and installing programs, documentation, only build library [[default=no]]])])
|
||||
|
Loading…
Reference in New Issue
Block a user