diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-27 16:12:45 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:09:17 -0500 |
commit | 60ddf53399686061b34c11bcfe650905f6e6f192 (patch) | |
tree | 5c114ce3661e6cd9e5032ff41671351870297350 /configure | |
parent | a900c00235a5357cea115ce1f2ccf76c8586d2ef (diff) |
remove CONFIG_ from VNC_SASL_{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
@@ -1655,8 +1655,8 @@ if test "$vnc_tls" = "yes" ; then fi if test "$vnc_sasl" = "yes" ; then echo "CONFIG_VNC_SASL=y" >> $config_host_mak - echo "CONFIG_VNC_SASL_CFLAGS=$vnc_sasl_cflags" >> $config_host_mak - echo "CONFIG_VNC_SASL_LIBS=$vnc_sasl_libs" >> $config_host_mak + echo "VNC_SASL_CFLAGS=$vnc_sasl_cflags" >> $config_host_mak + echo "VNC_SASL_LIBS=$vnc_sasl_libs" >> $config_host_mak echo "#define CONFIG_VNC_SASL 1" >> $config_host_h fi if test "$fnmatch" = "yes" ; then |