Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r4149d9d r05f4b85  
    130130AM_CONDITIONAL([BUILD_NO_LIB], [test "x$build_release$build_debug" = "xnono"])
    131131AM_CONDITIONAL([BUILD_CONCURRENCY], [test "x$build_threading" = "xyes"])
     132
     133DOifskipcompile='ifeq ($(skipcompile),yes)
     134else'
     135AC_SUBST([DOifskipcompile])
     136AM_SUBST_NOTMAKE([DOifskipcompile])
     137
     138DOendif='endif'
     139AC_SUBST([DOendif])
     140AM_SUBST_NOTMAKE([DOendif])
    132141
    133142if test "x$prefix" = "xNONE"; then
Note: See TracChangeset for help on using the changeset viewer.