From 3eac17e81e11759fba2ce4fa1d5cccde0de7f05d Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Mon, 29 Oct 2001 16:02:13 +0000 Subject: [PATCH] Fix for x86 Solaris. svn path=/trunk/m4/; revision=2275 --- m4/shout.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/shout.m4 b/m4/shout.m4 index 60b32b16..338986cd 100644 --- a/m4/shout.m4 +++ b/m4/shout.m4 @@ -25,7 +25,7 @@ AC_ARG_ENABLE(shouttest, [ --disable-shouttest Do not try to compile and SHOUT_LIBS="$SHOUT_LIBS -lshout" case $host in - sparc-sun-*) + *-*-solaris*) SHOUT_LIBS="$SHOUT_LIBS -lnsl -lsocket -lresolv" esac