Ignore:
Timestamp:
Apr 20, 2010, 10:47:26 PM (13 years ago)
Author:
Peter
Message:

fixes #619

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/common_defs.sh.in

    r2240 r2244  
    6161      (echo "$me: running libtool --version" && libtool --version) || \
    6262      (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
    6369      ;;
    6470      *)
Note: See TracChangeset for help on using the changeset viewer.