| Message view | « Date » · « Thread » |
|---|---|
| Top | « Date » · « Thread » |
| From | Paul Sutton <p...@eu.c2.net> |
| Subject | Re: cvs commit: apachen/src/modules/standard mod_auth_dbm.c |
| Date | Fri, 19 Dec 1997 14:44:27 GMT |
On 18 Dec 1997 dgaudet@hyperreal.org wrote: > + case "$PLAT" in > + *-linux*) > + # many systems don't have -ldbm > + DBM_LIB="" > + if ./helpers/TestCompile lib dbm; then > + DBM_LIB="-ldbm" > + elif ./helpers/TestCompile lib ndbm; then > + DBM_LIB="-lndbm" Any reason for not checking for gdbm? I find I have to add a elif ./helpers/TestCompile lib gdbm; then DBM_LIB="-lgdbm" after every new download of Apache 1.3. Am I the only person with a gdbm library on Linux? //pcs | |
| Mime |
|
| View raw message | |