- Timestamp:
- 18/10/2011 00:19:48 (7 months ago)
- Location:
- box/trunk/infrastructure
- Files:
-
- 2 edited
-
BoxPlatform.pm.in (modified) (1 diff)
-
m4/boxbackup_tests.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/BoxPlatform.pm.in
r2951 r3027 25 25 # Box Backup tried on Win2000,XP only :) 26 26 $build_os = 'CYGWIN' if $build_os =~ m/CYGWIN/; 27 $build_os = 'MINGW32' if $build_os =~ m/MINGW32/; 27 28 28 29 $make_command = ($build_os eq 'Darwin') ? 'bsdmake' : ($build_os eq 'SunOS') ? 'gmake' : 'make'; 29 30 30 31 $bsd_make = ($build_os ne 'Linux' && $build_os ne 'CYGWIN' && 31 $build_os ne "SunOS" && $build_os ne 'GNU/kFreeBSD'); 32 $build_os ne "MINGW32" && $build_os ne "SunOS" 33 && $build_os ne 'GNU/kFreeBSD'); 32 34 33 35 # blank extra flags by default -
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.
