diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:35 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:41 -0500 |
commit | fa838301c9a19e916c198a8a2fea11c52d072519 (patch) | |
tree | b1248ca0a941e970d98722177b3e1ba94594703e /configure | |
parent | a5e32cc912b757c6dcd29230b4a151893ec5727e (diff) |
Fold VNC_SASL_LIBS into libs_softmmu
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -922,7 +922,7 @@ EOF vnc_sasl_cflags="" vnc_sasl_libs="-lsasl2" if compile_prog "$vnc_sasl_cflags" "$vnc_sasl_libs" ; then - : + libs_softmmu="$vnc_sasl_libs $libs_softmmu" else vnc_sasl="no" fi @@ -1632,7 +1632,6 @@ fi if test "$vnc_sasl" = "yes" ; then echo "CONFIG_VNC_SASL=y" >> $config_host_mak echo "VNC_SASL_CFLAGS=$vnc_sasl_cflags" >> $config_host_mak - echo "VNC_SASL_LIBS=$vnc_sasl_libs" >> $config_host_mak fi if test "$fnmatch" = "yes" ; then echo "CONFIG_FNMATCH=y" >> $config_host_mak |