build system: Several fixes for libcurl, libmysql, and libupsclient.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 26 Aug 2007 13:14:36 +0000 (15:14 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 26 Aug 2007 13:14:36 +0000 (15:14 +0200)
commit8f6c03d5df2b660a6782ec3a16196df6a43f11ea
tree99a8825d9840e99e3b69bd653efe55a51cafe9d3
parent0d8d4bcfda2d23f563f487d7e93e6237205f09b7
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.
configure.in
src/Makefile.am
src/nut.c