diff options
author | Josh Barrow <carbamide@src.gnome.org> | 2000-09-14 05:23:09 +0000 |
---|---|---|
committer | Josh Barrow <carbamide@src.gnome.org> | 2000-09-14 05:23:09 +0000 |
commit | 3a7c153c352594f60ed3b5f7c43ec0b4c59f51cb (patch) | |
tree | f13113d72118ce0b12b8401e9e66e49ff375ce67 /configure.in | |
parent | e6575f4398aa9d697adf548c93b4345078d48f02 (diff) | |
download | nautilus-3a7c153c352594f60ed3b5f7c43ec0b4c59f51cb.tar.gz |
Remove the check for gtkhtml, as it isn't build any more.
* configure.in:
Remove the check for gtkhtml, as it isn't build any more.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/configure.in b/configure.in index 312257cf4..64418fca0 100644 --- a/configure.in +++ b/configure.in @@ -358,27 +358,6 @@ AC_SUBST(LIBWWW_CFLAGS) AC_CHECK_LIB(z, gzopen, [Z_LIBS=-lz AC_SUBST(Z_LIBS)], AC_MSG_ERROR([*** zlib is required])) -dnl <= check for GtkHTML => -AC_MSG_CHECKING(for GtkHTML) -if gnome-config --libs gtkhtml > /dev/null 2>&1; then - AC_MSG_RESULT(yes) - dnl <= check for GtkHTML >= 0.4 - AC_MSG_CHECKING(for GtkHTML >= 0.4) - if test `gnome-config --modversion gtkhtml|sed -e 's/.*-[[[:digit:]]][[[:digit:]]]*\.\([[[:digit:]]][[[:digit:]]]*\)\(\.[[[:digit:]]][[[:digit:]]]*\)*/\1/'` -ge 4 ; then - AC_MSG_RESULT([yes]) - GTKHTML_LIBS=`gnome-config --libs gtkhtml` - GTKHTML_CFLAGS=`gnome-config --cflags gtkhtml` - else - AC_MSG_ERROR([*** GtkHTML 0.4 or better is required]) - fi - dnl => -else - AC_MSG_ERROR([Not Found]) - AC_MSG_ERROR([GtkHTML from the GNOME CVS is required]) -fi -AC_SUBST(GTKHTML_LIBS) -AC_SUBST(GTKHTML_CFLAGS) - dnl ======================= dnl begin tests for medusa dnl ======================= @@ -552,7 +531,6 @@ components/help/converters/Makefile components/help/converters/gnome-db2html2/Makefile components/help/converters/gnome-info2html2/Makefile components/help/converters/gnome-man2html2/Makefile -components/html/Makefile components/websearch/Makefile components/music/Makefile components/notes/Makefile |