about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2011-11-21T13·22+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2011-11-21T13·22+0000
commit4de3e2a0db8d043324e9799ada181f7e73356908 (patch)
tree285472ce1b279105e14a6a885d4309246d050600 /configure.ac
parent23e933b3b3e881515993538ab774c8c7b54f8370 (diff)
* Doh.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 22139b776b..0443fe4920 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