From 6529fa45df73aed1cad363da02386b036798a636 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 06 Jan 2008 20:18:53 +0000 Subject: configure: fixed typo in tidy lib detection error message Signed-off-by: Michael Krelin --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5772ead..c28141c 100644 --- a/configure.ac +++ b/configure.ac @@ -121,10 +121,10 @@ AC_CHECK_HEADER([tidy.h],[ AC_SUBST([TIDY_LIBS]) AC_SUBST([TIDY_CFLAGS]) ],[ - AC_MSG_ERROR([no required htmltidy library found. get one from http://tidy.sourceforge.nt/]) + 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.nt/]) + 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