aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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