diff configure.ac @ 25650:4b9b265a8100

Fix compiling with the --disable-vv switch.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Sun, 25 May 2008 04:01:44 +0000
parents e1c8ec1259de
children 5f4807116f8c
line wrap: on
line diff
--- a/configure.ac	Sat May 24 20:02:01 2008 +0000
+++ b/configure.ac	Sun May 25 04:01:44 2008 +0000
@@ -724,7 +724,7 @@
 dnl #######################################################################
 dnl # Check for Farsight
 dnl #######################################################################
-AC_ARG_ENABLE(farsight2,
+AC_ARG_ENABLE(vv,
 	[AC_HELP_STRING([--disable-vv], [compile without voice and video support])],
 	enable_farsight="$enableval", enable_farsight="yes")
 if test "x$enable_farsight" != "xno"; then