Blame SOURCES/LibVNCServer-0.9.9-no_x11vnc.patch

b9f354
diff -up LibVNCServer-0.9.9/configure.ac.system_minilzo LibVNCServer-0.9.9/configure.ac
b9f354
--- LibVNCServer-0.9.9/configure.ac.system_minilzo	2012-05-04 11:27:08.000000000 -0500
b9f354
+++ LibVNCServer-0.9.9/configure.ac	2012-05-07 08:22:19.473583597 -0500
b9f354
@@ -992,7 +992,7 @@ if test "$build_x11vnc" = "yes"; then
b9f354
 	#
b9f354
 	# configure.ac:690: required file `x11vnc/Makefile.in' not found
b9f354
 	#
b9f354
-	AC_CONFIG_FILES([x11vnc/Makefile x11vnc/misc/Makefile x11vnc/misc/turbovnc/Makefile])
b9f354
+	#AC_CONFIG_FILES([x11vnc/Makefile x11vnc/misc/Makefile x11vnc/misc/turbovnc/Makefile])
b9f354
 
b9f354
 	if test ! -z "$with_system_libvncserver" -a "x$with_system_libvncserver" != "xno"; then
b9f354
 		# need to move local tarball rfb headers aside:
b9f354
diff -up LibVNCServer-0.9.9/Makefile.am.system_minilzo LibVNCServer-0.9.9/Makefile.am
b9f354
--- LibVNCServer-0.9.9/Makefile.am.system_minilzo       2012-05-04 09:19:00.000000000 -0500
b9f354
+++ LibVNCServer-0.9.9/Makefile.am      2012-05-07 08:22:19.475583573 -0500
b9f354
@@ -1,6 +1,6 @@
b9f354
-if WITH_X11VNC
b9f354
-X11VNC=x11vnc
b9f354
-endif
b9f354
+#if WITH_X11VNC
b9f354
+#X11VNC=x11vnc
b9f354
+#endif
b9f354
b9f354
 SUBDIRS=libvncserver examples libvncclient vncterm webclients client_examples test $(X11VNC)
b9f354
 DIST_SUBDIRS=libvncserver examples libvncclient vncterm webclients client_examples test
b9f354