From e174c0bb9abc1eb8aeee357cdf53d17747298d8f Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 3 Aug 2009 14:46:18 +0200 Subject: Move to configure CONFIG_SOLARIS libraries needed always Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori Message-Id: --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 0f76f089c9..09604232af 100755 --- a/configure +++ b/configure @@ -321,6 +321,7 @@ SunOS) fi audio_possible_drivers="oss sdl" CFLAGS="-std=gnu99 $CFLAGS" + LIBS="-lsocket -lnsl -lresolv $LIBS" ;; AIX) aix="yes" -- cgit v1.2.3