clixon/include
Joachim Wiberg e84d43c8e3 configure.ac: add proper check for libcurl + curl/curl.h
Both util/clixon_util_stream.c and lib/src/clixon_stream.c depend on
libcurl.  The latter has `#ifdef CLIXON_PUBLISH_STREAMS` but the former
does not.  So `make util` fails without `--enable-publish` if libcurl
is not installed.

To preserve the original behavior (libcurl is an implicit dependency),
this patch adds a `--without-libcurl` option to indicate this default.
The check for libcurl and curl/curl.h is factored out as a separate
check before checking for `--enable-publish`.  If the two build options
are in conflict we exit with a clear error code.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2023-02-09 15:53:52 +01:00
..
clixon_config.h.in configure.ac: add proper check for libcurl + curl/curl.h 2023-02-09 15:53:52 +01:00
clixon_custom.h YANG schema mount, added configure option --enable-yang-schema-mount 2023-01-30 11:49:11 +01:00
Makefile.in Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00