From 5b4f728bc58d137dd946030d8c11b309b1216743 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sat, 26 May 2007 22:18:56 +0000 Subject: General cleanup, Add alt url config options Removed unused & unnecessary findnewestiss Replaces strcpy with strncpy to eliminate possible buffer overruns Added a couple of config options to allow use of alternative toc urls git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-29 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 306a49b..288bbcd 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,9 @@ dnl check for libxml2 AM_PATH_XML2([2.0.0]) CFLAGS="$CFLAGS $XML_CPPFLAGS" LIBS="$LIBS $XML_LIBS" +#PKG_CHECK_MODULES(libxml-2.0) +#AC_SUBST(XML_CPPFLAGS) +#AC_SUBST(XML_LIBS) dnl check for libcurl LIBCURL_CHECK_CONFIG([yes], [7.7.2]) -- cgit v1.2.3