diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:32 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:41 -0500 |
commit | 6362a53f55c30b0638b1c5dae9c510a94e2926a9 (patch) | |
tree | a7be6797991fdb7328b1b113481d7efd5657ffd5 /configure | |
parent | ba679e62f36c16da73d34da3ffa5279a07a7a73d (diff) |
Test if we need -lutil in ,/configure
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 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1402,6 +1402,11 @@ else exit 1 fi +if test "$darwin" != "yes" -a "$mingw32" != "yes" -a "$solaries" != yes -a \ + "$aix" != "yes" ; then + libs_softmmu="-lutil $libs_softmmu" +fi + # End of CC checks # After here, no more $cc or $ld runs |