diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-21 21:08:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-21 21:08:40 +0300 |
commit | 11619eed54e7b9df06c01cae46bd22aadc3f8dc7 (patch) | |
tree | 06dad2b7657fca32e076dc713a6df80d5eb95993 /configure.ac | |
parent | dc420783ad4ddb176b67754c1298c707ed0cdd26 (diff) | |
download | plus-11619eed54e7b9df06c01cae46bd22aadc3f8dc7.tar.gz plus-11619eed54e7b9df06c01cae46bd22aadc3f8dc7.tar.bz2 plus-11619eed54e7b9df06c01cae46bd22aadc3f8dc7.tar.xz plus-11619eed54e7b9df06c01cae46bd22aadc3f8dc7.zip |
fix mumble configure parameter.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6d14b29dd..d0580d67b 100755 --- a/configure.ac +++ b/configure.ac @@ -191,7 +191,7 @@ fi AM_CONDITIONAL(USE_INTERNALGUICHAN, test x$with_internalguichan = xyes) # Option to enable mumble support -AC_ARG_WITH(internalguichan,[ --without-mumble don't use mumble integration ] ) +AC_ARG_WITH(mumble,[ --without-mumble don't use mumble integration ] ) if test "x$with_mumble" == "xno"; then with_mumble=no else |