From 2744ea9808c3a6c50f8be78a9a71f6d3b2ba7e00 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 25 Jun 2008 21:24:53 +0000 Subject: improved detection of htmltidy for debian and co. Signed-off-by: Michael Krelin --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0aa1272..a66e53d 100644 --- a/configure.ac +++ b/configure.ac @@ -149,7 +149,7 @@ AC_CHECK_HEADER([expat.h],[ AC_MSG_ERROR([no required expat library. get one from http://expat.sourceforge.net/]) ]) -AC_CHECK_HEADER([tidy.h],[ +AC_CHECK_HEADERS([tidy.h tidy/tidy.h],[ AC_CHECK_LIB([tidy],[tidyParseBuffer],[ TIDY_LIBS=-ltidy TIDY_CFLAGS= @@ -159,7 +159,8 @@ AC_CHECK_HEADER([tidy.h],[ AC_MSG_ERROR([no required htmltidy library found. get one from http://tidy.sourceforge.net/]) ]) ],[ - AC_MSG_ERROR([no required htmltidy library found. get one from http://tidy.sourceforge.net/]) + test "$ac_header" = "tidy/tidy.h" \ + && AC_MSG_ERROR([no required htmltidy library found. get one from http://tidy.sourceforge.net/]) ]) if test -n "$PCRE_LIBS" -a -n "$PCRE_CFLAGS" ; then -- cgit v0.9.0.2