Changeset 2244 for trunk/test/common_defs.sh.in
- Timestamp:
- Apr 20, 2010, 10:47:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/common_defs.sh.in
r2240 r2244 61 61 (echo "$me: running libtool --version" && libtool --version) || \ 62 62 (echo "$me: running glibtool --version" && glibtool --version) || exit 77 63 ;; 64 static) 65 if (test "x@enable_static@" = "xno"); then 66 echo static libyat disabled; 67 exit 77; 68 fi 63 69 ;; 64 70 *)
Note: See TracChangeset
for help on using the changeset viewer.