martin 99/08/10 05:15:55
Modified:src/helpers find-dbm-lib
Log:
Add a dbm-library check for the "usual places" (-ldbm, -lndbm, -ldb)
for other platforms as well.
Revision ChangesPath
1.9 +11 -0 apache-1.3/src/helpers/find-dbm-lib
Index: find-dbm-lib
==
dgaudet 98/03/07 13:43:32
Modified:src/helpers find-dbm-lib
Log:
I should clearly not be coding today.
Revision ChangesPath
1.4 +1 -1 apache-1.3/src/helpers/find-dbm-lib
Index: find-dbm-lib
dgaudet 98/03/07 13:37:27
Modified:src/helpers find-dbm-lib
Log:
and make it work for linux too
Revision ChangesPath
1.3 +4 -2 apache-1.3/src/helpers/find-dbm-lib
Index: find-dbm-lib
===
R
dgaudet 98/03/07 13:29:57
Modified:src/helpers find-dbm-lib
Log:
Fix a logic problem -- it was giving false positives because DBM_LIB is
sometimes set when it shouldn't be... it's set by default in Configure.
Revision ChangesPath
1.2 +15 -3 apache-1.3/src/help