author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 26 Aug 2007 13:14:36 +0000 (15:14 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 26 Aug 2007 13:14:36 +0000 (15:14 +0200) | ||
commit | 8f6c03d5df2b660a6782ec3a16196df6a43f11ea | |
tree | 99a8825d9840e99e3b69bd653efe55a51cafe9d3 | tree | snapshot |
parent | 0d8d4bcfda2d23f563f487d7e93e6237205f09b7 | commit | diff |
build system: Several fixes for libcurl, libmysql, and libupsclient.
libcurl: Check for CFLAGS using `curl-config --cflags' and use these
CFLAGS when checking for <curl/curl.h> to allow for weird
locations of the library.
libmysql: Cleaned up the checking code.
libupsclient: Check if the header file provides `UPSCONN' or `UPSCONN_t' and
use the one available. This should fix compile issues with with
the nut plugin.
libcurl: Check for CFLAGS using `curl-config --cflags' and use these
CFLAGS when checking for <curl/curl.h> to allow for weird
locations of the library.
libmysql: Cleaned up the checking code.
libupsclient: Check if the header file provides `UPSCONN' or `UPSCONN_t' and
use the one available. This should fix compile issues with with
the nut plugin.
configure.in | diff | blob | history | |
src/Makefile.am | diff | blob | history | |
src/nut.c | diff | blob | history |