diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-27 16:12:43 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:09:16 -0500 |
commit | 525061bff2132a6833abfdeff8fd1d597addeece (patch) | |
tree | 4a5396a228fe8447f3bcb0af6baea74c2b50151a /configure | |
parent | a6290cfdb8a2eacf33cd8f0f4cd59d71f2ffac3e (diff) |
remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |