From 0afe315ed5109b26a5dbfae89bba5be3b99cae5d Mon Sep 17 00:00:00 2001 From: kelson42 Date: Sat, 12 Jun 2010 17:15:52 +0000 Subject: [PATCH] + remove debug comments --- src/zimlib/src/config.h.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/zimlib/src/config.h.in b/src/zimlib/src/config.h.in index 60b3ac5..e8608c2 100644 --- a/src/zimlib/src/config.h.in +++ b/src/zimlib/src/config.h.in @@ -30,9 +30,6 @@ /* Define to 1 if you have the `microhttpd' library (-lmicrohttpd). */ #undef HAVE_LIBMICROHTTPD -/* Define to 1 if you have the `unac' library (-lunac). */ -#undef HAVE_LIBUNAC - /* Define to 1 if you have the `z' library (-lz). */ #undef HAVE_LIBZ @@ -63,6 +60,10 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* set lzma uncompress memory size to number of MB */ #undef LZMA_MEMORY_SIZE @@ -81,6 +82,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION