]> xenbits.xensource.com Git - xenclient/ioemu.git/commitdiff
Typo, fix last commit. disable-vnc-tls
authorJean Guyader <jean.guyader@eu.citrix.com>
Tue, 6 Jan 2009 14:45:13 +0000 (14:45 +0000)
committerJean Guyader <jean.guyader@eu.citrix.com>
Tue, 6 Jan 2009 14:45:13 +0000 (14:45 +0000)
xen-setup

index a29c7959eebad4ae2ea935da13d3bbf29b9ddb32..8882c81dd47fefaa1eb7ff972f85b24ff96b439a 100755 (executable)
--- a/xen-setup
+++ b/xen-setup
@@ -9,7 +9,7 @@ rm -f config-host.mak
 
 if test -f config-host.h; then mv config-host.h config-host.h~; fi
 
-./configure --disable-gfx-check --disable-gcc-check --disable-curses --disable-slirp --disable-tls --disable-sdl "$@" --prefix=/usr
+./configure --disable-gfx-check --disable-gcc-check --disable-curses --disable-slirp --disable-vnc-tls --disable-sdl "$@" --prefix=/usr
 
 if [ -n "$CONFIG_STUBDOM" ]
 then