Changes in configure.ac [4149d9d:05f4b85]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r4149d9d r05f4b85 130 130 AM_CONDITIONAL([BUILD_NO_LIB], [test "x$build_release$build_debug" = "xnono"]) 131 131 AM_CONDITIONAL([BUILD_CONCURRENCY], [test "x$build_threading" = "xyes"]) 132 133 DOifskipcompile='ifeq ($(skipcompile),yes) 134 else' 135 AC_SUBST([DOifskipcompile]) 136 AM_SUBST_NOTMAKE([DOifskipcompile]) 137 138 DOendif='endif' 139 AC_SUBST([DOendif]) 140 AM_SUBST_NOTMAKE([DOendif]) 132 141 133 142 if test "x$prefix" = "xNONE"; then
Note: See TracChangeset
for help on using the changeset viewer.