Changeset 13644 for trunk/psModules/configure.ac
- Timestamp:
- Jun 5, 2007, 9:55:14 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/configure.ac
r13397 r13644 28 28 29 29 AC_PREFIX_DEFAULT([`pwd`]) 30 31 dnl build tests at the same time as the source code 32 AC_ARG_ENABLE(tests, 33 [AS_HELP_STRING(--enable-tests,build tests at same time as source)], 34 [AC_MSG_RESULT(test building enabled) 35 tests=true], 36 [tests=false]) 37 AM_CONDITIONAL(BUILD_TESTS, test x$tests = xtrue) 30 38 31 39 dnl ------------------- PERL options ---------------------
Note:
See TracChangeset
for help on using the changeset viewer.
