Changeset 2244


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

fixes #619

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r2241 r2244  
    388388AC_SUBST(AM_CXXFLAGS)
    389389AC_SUBST(AM_LDFLAGS)
     390AC_SUBST(enable_static)
    390391
    391392YAT_SVN_RELEASE([am/maintainer.am])
  • 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      *)
  • trunk/test/static_test.sh

    r2240 r2244  
    2222# test that it works to link statically against libyat
    2323
    24 required="autoconf automake libtool"
     24required="autoconf automake libtool static"
    2525
    2626set -e
Note: See TracChangeset for help on using the changeset viewer.