From 26d76ef7e65ca36d0d83a809702c94169a3b758f Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 10 Sep 2003 16:44:19 +0000 Subject: [PATCH] Removed 'libbz2' check as it is not user by 'httpcaptive'. VERSION suffixed by 'cvs'. --- configure.in | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/configure.in b/configure.in index 0aff4a0..66dc2e4 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ LIBGNOMEVFS_MICRO_VERSION=8 LIBGNOMEVFS_INTERFACE_AGE=8 # If you need a modifier for the version number. # Normally empty, but can be used to make "fixup" releases. -LIBGNOMEVFS_EXTRAVERSION= +LIBGNOMEVFS_EXTRAVERSION=cvs dnl libtool versioning from libgnome @@ -329,13 +329,6 @@ if test $have_gethostbyname = no; then done fi -AC_CHECK_LIB(bz2, bzCompressInit, AC_DEFINE(HAVE_OLDER_BZIP2)) -AC_CHECK_HEADERS(bzlib.h, - BZ2_LIBS="$BZ2_LIBS -lbz2", - AC_MSG_ERROR([Gnome-vfs requires libbz2 to compile.]) - ) -AC_SUBST(BZ2_LIBS) - if test $have_socket = yes; then AC_STRUCT_LINGER fi -- 1.8.3.1