From: Vadim Zeitlin Date: Thu, 4 Mar 1999 19:49:01 +0000 (+0000) Subject: nanosleep() detection works for Solaris X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9f68a1f2357ec294e56dd1f0620b1df0f2ee7214 nanosleep() detection works for Solaris git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index 0d5533e4e1..0dda9c2a8d 100755 --- a/configure +++ b/configure @@ -3080,7 +3080,7 @@ fi fi done -for ac_func in nanosleep usleep +for ac_func in usleep do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3087: checking for $ac_func" >&5