Removed 'libbz2' check as it is not user by 'httpcaptive'.
authorshort <>
Wed, 10 Sep 2003 16:44:19 +0000 (16:44 +0000)
committershort <>
Wed, 10 Sep 2003 16:44:19 +0000 (16:44 +0000)
VERSION suffixed by 'cvs'.

configure.in

index 0aff4a0..66dc2e4 100644 (file)
@@ -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