summaryrefslogtreecommitdiffstats
path: root/source/configure.developer
Commit message (Collapse)AuthorAgeFilesLines
* 'export BEANS=ham' is a bash-ism. For those who don't have a symbolicTim Potter1999-07-221-1/+1
| | | | link from bash to /bin/sh, the correct form is 'BEANS=ham; export BEANS'.
* oops, put -DDEBUG_PASSWORD in wrong place.Luke Leighton1999-03-051-1/+1
|
* added <mysql.h> autoconf test.Luke Leighton1999-03-021-1/+1
|
* enabling optimisation switches on some compiler warningsLuke Leighton1998-11-291-1/+1
|
* dce/rpc. bug-fix in ipc.c (introduced today :)Luke Leighton1998-10-201-1/+1
|
* script that defines some useful developer compiler options (gcc)Luke Leighton1998-10-141-0/+3
and then runs ./configure. dunno what rpcclient's doing in this commit, but i'm tired, so who cares.