diff --git a/configure b/configure index d64fd04be..354f11097 100755 --- a/configure +++ b/configure @@ -159,7 +159,7 @@ if [ "$bsd" = "yes" ] ; then fi fi -if [ "$bsd" = "yes" -o "$darwin" = "yes" -o "$solaris" = "yes" -o "$mingw32" = "yes" ] ; then +if [ "$bsd" = "yes" -o "$darwin" = "yes" -o "$mingw32" = "yes" ] ; then AIOLIBS= else AIOLIBS="-lrt"