summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-21 21:08:40 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-21 21:08:40 +0300
commit11619eed54e7b9df06c01cae46bd22aadc3f8dc7 (patch)
tree06dad2b7657fca32e076dc713a6df80d5eb95993 /configure.ac
parentdc420783ad4ddb176b67754c1298c707ed0cdd26 (diff)
downloadplus-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-xconfigure.ac2
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