From e9420c4f6e77f692398c895068347bbfaf81ef3b Mon Sep 17 00:00:00 2001
From: ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Date: Sat, 10 Feb 2007 23:00:33 +0000
Subject: [PATCH] Fix linking for qemu-img on Solaris, by Ben Taylor.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2415 c046a42c-6fe2-441c-8c8c-71466251a162
---
 Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile b/Makefile
index db76c89d95..b6d7b1f146 100644
--- a/Makefile
+++ b/Makefile
@@ -26,11 +26,9 @@ endif
 
 ifndef CONFIG_DARWIN
 ifndef CONFIG_WIN32
-ifndef CONFIG_SOLARIS
 LIBS+=-lrt
 endif
 endif
-endif
 
 all: $(TOOLS) $(DOCS) recurse-all