#350 closed defect (fixed)
'make check' attempts to test disabled features
| Reported by: | jhoblitt | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | sys | Version: | 0.5.0 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
make check will fail if psLib is built without enabling certain features. For
example:
./configure --disable-mysql && make all check
currently fails while trying to compile tst_psDB.c
Note:
See TracTickets
for help on using tickets.

Good catch; we were concentrating on testing with all features enabled. I made
the fix to the autoconf/automake files and checked them into CVS head.
-rdd