From f04d43c26efd26bffdd5f6615d027c60896cef8a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Jan 2013 16:31:52 +0100 Subject: Prefer ini_config library support over iniparser support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Abort if none of these libraries are found. Signed-off-by: Günther Deschner --- proxy/src/gp_config_dinglibs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proxy/src/gp_config_dinglibs.c') diff --git a/proxy/src/gp_config_dinglibs.c b/proxy/src/gp_config_dinglibs.c index 3ad16c2..c6a5a01 100644 --- a/proxy/src/gp_config_dinglibs.c +++ b/proxy/src/gp_config_dinglibs.c @@ -33,7 +33,7 @@ #include "gp_config.h" #include "gp_config_dinglibs.h" -#ifdef HAVE_DINGLIBS +#ifdef WITH_DINGLIBS #include @@ -202,4 +202,4 @@ char *gp_dinglibs_get_secname(struct gp_ini_context *ctx, return secname; } -#endif /* HAVE_DINGLIBS */ +#endif /* WITH_DINGLIBS */ -- cgit