Changeset 3027 for box/trunk/infrastructure/m4
- Timestamp:
- 18/10/2011 00:19:48 (7 months ago)
- File:
-
- 1 edited
-
box/trunk/infrastructure/m4/boxbackup_tests.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/m4/boxbackup_tests.m4
r3009 r3027 68 68 69 69 case $target_os in 70 mingw32*) ;; 71 winnt) ;; 72 *) 73 AC_SEARCH_LIBS([nanosleep], [rt], [ac_have_nanosleep=yes], 74 [AC_MSG_ERROR([[cannot find a short sleep function (nanosleep)]])]) 70 mingw32*) 71 AC_CHECK_LIB([crypto -lws2_32 -lgdi32], [CRYPTO_lock]) 72 ;; 73 winnt) 74 ;; 75 *) 76 AC_SEARCH_LIBS([nanosleep], [rt], [ac_have_nanosleep=yes], 77 [AC_MSG_ERROR([[cannot find a short sleep function (nanosleep)]])]) 75 78 ;; 76 79 esac
Note: See TracChangeset
for help on using the changeset viewer.
