summaryrefslogtreecommitdiff
path: root/m4/popt.m4
Commit message (Collapse)AuthorAgeFilesLines
* Fix check for PoptMichael Steinert2012-05-231-3/+3
| | | | | | | | AC_SEARCH_LIBS was adding `-lpopt` to the LIBS variable, resulting in librabbitmq.so being linked with Popt. Switching to AC_CHECK_LIB fixes the problem. Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Make configure options more sensibleMichael Steinert2012-05-171-0/+73
`--disable-tools` will disable the AMQP tools. `--disable-docs` will disable the AMQP tools documentation. The `XMLTO` environment variable can be used to override the location of the `xmlto` command at configure time. The `POPT_CFLAGS` & `POPT_LIBS` environment variables can be used to influence Libpopt configuration. Signed-off-by: Michael Steinert <mike.steinert@gmail.com>