mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
a6290cfdb8
commit
525061bff2
3 changed files with 5 additions and 5 deletions
4
configure
vendored
4
configure
vendored
|
@ -1649,8 +1649,8 @@ if test "$mixemu" = "yes" ; then
|
|||
fi
|
||||
if test "$vnc_tls" = "yes" ; then
|
||||
echo "CONFIG_VNC_TLS=y" >> $config_host_mak
|
||||
echo "CONFIG_VNC_TLS_CFLAGS=$vnc_tls_cflags" >> $config_host_mak
|
||||
echo "CONFIG_VNC_TLS_LIBS=$vnc_tls_libs" >> $config_host_mak
|
||||
echo "VNC_TLS_CFLAGS=$vnc_tls_cflags" >> $config_host_mak
|
||||
echo "VNC_TLS_LIBS=$vnc_tls_libs" >> $config_host_mak
|
||||
echo "#define CONFIG_VNC_TLS 1" >> $config_host_h
|
||||
fi
|
||||
if test "$vnc_sasl" = "yes" ; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue