Changeset 8841 for trunk/psLib/test/tap/configure.in
- Timestamp:
- Sep 19, 2006, 2:18:12 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/tap/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/tap/configure.in
r7862 r8841 17 17 ;; 18 18 esac 19 20 dnl build tests at the same time as the source code 21 AC_ARG_ENABLE(tests, 22 [AS_HELP_STRING(--enable-tests,build tests at same time as source)], 23 [AC_MSG_RESULT(test building enabled) 24 tests=true], 25 [tests=false]) 26 AM_CONDITIONAL(BUILD_TESTS, test x$tests = xtrue) 19 27 20 28 # Checks for header files
Note:
See TracChangeset
for help on using the changeset viewer.
