From 4de3e2a0db8d043324e9799ada181f7e73356908 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 21 Nov 2011 13:22:34 +0000 Subject: [PATCH] * Doh. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 22139b776..0443fe492 100644 --- a/configure.ac +++ b/configure.ac @@ -62,7 +62,7 @@ fi # Solaris-specific stuff. -if [ "$sys_name" = sunos ]; then +if test "$sys_name" = sunos; then # Solaris requires -lsocket -lnsl for network functions LIBS="-lsocket -lnsl $LIBS" fi