You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.2 KiB
26 lines
1.2 KiB
diff -up LibVNCServer-0.9.10/configure.ac.no_x11vnc LibVNCServer-0.9.10/configure.ac
|
|
--- LibVNCServer-0.9.10/configure.ac.no_x11vnc 2014-04-05 18:38:35.000000000 -0500
|
|
+++ LibVNCServer-0.9.10/configure.ac 2014-04-29 09:06:27.336448096 -0500
|
|
@@ -1020,7 +1020,7 @@ if test "$build_x11vnc" = "yes"; then
|
|
#
|
|
# configure.ac:690: required file `x11vnc/Makefile.in' not found
|
|
#
|
|
- AC_CONFIG_FILES([x11vnc/Makefile x11vnc/misc/Makefile x11vnc/misc/turbovnc/Makefile])
|
|
+ #AC_CONFIG_FILES([x11vnc/Makefile x11vnc/misc/Makefile x11vnc/misc/turbovnc/Makefile])
|
|
|
|
if test ! -z "$with_system_libvncserver" -a "x$with_system_libvncserver" != "xno"; then
|
|
# need to move local tarball rfb headers aside:
|
|
diff -up LibVNCServer-0.9.10/Makefile.am.no_x11vnc LibVNCServer-0.9.10/Makefile.am
|
|
--- LibVNCServer-0.9.10/Makefile.am.no_x11vnc 2014-04-05 18:38:35.000000000 -0500
|
|
+++ LibVNCServer-0.9.10/Makefile.am 2014-04-29 09:06:27.337448086 -0500
|
|
@@ -1,6 +1,6 @@
|
|
-if WITH_X11VNC
|
|
-X11VNC=x11vnc
|
|
-endif
|
|
+#if WITH_X11VNC
|
|
+#X11VNC=x11vnc
|
|
+#endif
|
|
|
|
SUBDIRS=libvncserver examples libvncclient vncterm webclients client_examples test $(X11VNC)
|
|
DIST_SUBDIRS=libvncserver examples libvncclient vncterm webclients client_examples test
|