Ignore:
Timestamp:
05/10/2011 23:20:32 (8 months ago)
Author:
chris
Message:

Skip -rdynamic on cygwin as well as Solaris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/m4/boxbackup_tests.m4

    r2999 r3005  
    1616 
    1717  # Don't check for gcc -rdynamic on Solaris as it's broken, but returns 0. 
     18  # On Cygwin it does nothing except cause gcc to emit a warning message. 
    1819  case $build_os in 
    19   solaris*) 
    20     AC_MSG_NOTICE([skipping check for -rdynamic check on Solaris]) 
     20  solaris*|cygwin) 
     21    AC_MSG_NOTICE([skipping check for -rdynamic check on $build_os]) 
    2122    ;; 
    2223  *) 
Note: See TracChangeset for help on using the changeset viewer.