diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:39 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:41 -0500 |
commit | 264606b3a98fdb7f30d1fbb49db2e5397a9c2011 (patch) | |
tree | 1bad507fd5c0693743b0798375e791233e69709b /configure | |
parent | e4782985f9ef9e9cf05dfc4a2f031a8a43507cae (diff) | |
download | qemu-264606b3a98fdb7f30d1fbb49db2e5397a9c2011.tar.gz qemu-264606b3a98fdb7f30d1fbb49db2e5397a9c2011.tar.bz2 qemu-264606b3a98fdb7f30d1fbb49db2e5397a9c2011.zip |
Fold BRLAPI_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 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1059,6 +1059,7 @@ int main( void ) { return brlapi__openConnection (NULL, NULL, NULL); } EOF if compile_prog "" "$brlapi_libs" ; then brlapi=yes + libs_softmmu="$brlapi_libs $libs_softmmu" fi fi @@ -1686,7 +1687,6 @@ if test "$curl" = "yes" ; then fi if test "$brlapi" = "yes" ; then echo "CONFIG_BRLAPI=y" >> $config_host_mak - echo "BRLAPI_LIBS=$brlapi_libs" >> $config_host_mak fi if test "$bluez" = "yes" ; then echo "CONFIG_BLUEZ=y" >> $config_host_mak |