diff options
author | runge <[email protected]> | 2010-12-21 14:31:15 -0500 |
---|---|---|
committer | runge <[email protected]> | 2010-12-21 14:31:15 -0500 |
commit | 0c03b989407f9e5ea66b403011baaaad09fcd536 (patch) | |
tree | aca391111c054b205ce52edb3b3f2df6f895b04e /prepare_x11vnc_dist.sh | |
parent | 365a22c63cb292ea494f39ebc48a37e322e5eb14 (diff) | |
download | libtdevnc-0c03b989407f9e5ea66b403011baaaad09fcd536.tar.gz libtdevnc-0c03b989407f9e5ea66b403011baaaad09fcd536.zip |
x11vnc: force --with-system-libvncserver to use correct headers.
Diffstat (limited to 'prepare_x11vnc_dist.sh')
-rw-r--r-- | prepare_x11vnc_dist.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prepare_x11vnc_dist.sh b/prepare_x11vnc_dist.sh index d72100d..8867d09 100644 --- a/prepare_x11vnc_dist.sh +++ b/prepare_x11vnc_dist.sh @@ -15,6 +15,7 @@ sed -e "s/LibVNCServer, [^,)]*\([(,]\)*/x11vnc, $VERSION\1/g" \ -e "s/AC_PROG_LIBTOOL/AC_PROG_RANLIB/" \ -e "s/PKG_CHECK/#PKG_CHECK/" \ -e 's/if test "x$with_gnutls/with_gnutls=no; if test "x$with_gnutls/' \ + -e 's/if test "x$with_ipv6/with_ipv6=no; if test "x$with_ipv6/' \ > configure.ac mv Makefile.am Makefile.am.LibVNCServer |