From: Wouter Wijngaards Date: Tue, 3 Dec 2013 09:12:18 +0000 (+0000) Subject: Update configure.ac, SLDNS##buffer_new() notation does not work. X-Git-Tag: release-1.4.22rc1~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce71d4dedf0d8955ad2456cfc3d63e7287fc2fd5;p=thirdparty%2Funbound.git Update configure.ac, SLDNS##buffer_new() notation does not work. git-svn-id: file:///svn/unbound/trunk@3023 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/config.h.in b/config.h.in index 6b25e99ed..17cf28bdf 100644 --- a/config.h.in +++ b/config.h.in @@ -692,7 +692,6 @@ /** Use small-ldns codebase */ #define USE_SLDNS 1 -#define SLDNS sldns_ #ifdef HAVE_SSL # define LDNS_BUILD_CONFIG_HAVE_SSL 1 #endif diff --git a/configure.ac b/configure.ac index dae06103d..bc47dbf5e 100644 --- a/configure.ac +++ b/configure.ac @@ -1060,7 +1060,6 @@ dnl includes /** Use small-ldns codebase */ #define USE_SLDNS 1 -#define SLDNS sldns_ #ifdef HAVE_SSL # define LDNS_BUILD_CONFIG_HAVE_SSL 1 #endif