diff options
author | Nick White <arch@njw.me.uk> | 2007-05-26 22:18:56 +0000 |
---|---|---|
committer | Nick White <arch@njw.me.uk> | 2007-05-26 22:18:56 +0000 |
commit | 5b4f728bc58d137dd946030d8c11b309b1216743 (patch) | |
tree | b7b4335fa70b7cbefc8663f68e60ac818dd9ca3c /configure.ac | |
parent | 0ccfa432206769a540be50c6e39295c58bf4ea56 (diff) |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
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]) |