Changeset 3110 for trunk/test/yat_lt_link_la_ifelse_test.sh
- Timestamp:
- Nov 10, 2013, 12:42:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/yat_lt_link_la_ifelse_test.sh
r3100 r3110 52 52 AC_MSG_CHECKING([whether linking against -lmy-static works]) 53 53 YAT_LT_LINK_LA_IFELSE([ 54 int foo_static(void); 55 int my_func(void) { return foo_static(); } 54 namespace theplu { 55 namespace yat { 56 namespace utility { 57 int version(void); 58 }}} 59 int my_func(void) { return theplu::yat::utility::version(); } 56 60 ],[ 57 61 AC_MSG_RESULT([yes]) 58 AC_MSG_FAILURE 62 AC_MSG_FAILURE([expected configure to fail]) 59 63 ],[ 60 64 AC_MSG_RESULT([no])
Note: See TracChangeset
for help on using the changeset viewer.