diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-11-21T13·22+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-11-21T13·22+0000 |
commit | 4de3e2a0db8d043324e9799ada181f7e73356908 (patch) | |
tree | 285472ce1b279105e14a6a885d4309246d050600 /configure.ac | |
parent | 23e933b3b3e881515993538ab774c8c7b54f8370 (diff) |
* Doh.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 22139b776b32..0443fe49205a 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 |