typo patch from Bjorn Reese Daniel

* configure.in: typo patch from Bjorn Reese
Daniel

svn path=/trunk/; revision=3612
This commit is contained in:
Daniel Veillard 2007-05-02 16:25:45 +00:00
parent 491e58e575
commit c51f51c9c2
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com>
* configure.in: typo patch from Bjorn Reese
Wed May 2 18:12:58 CEST 2007 Daniel Veillard <daniel@veillard.com>
* HTMLparser.c: applied patch from Michael Day to add support for

View File

@ -170,7 +170,7 @@ dnl
if test "$with_schemas" = "yes"
then
with_pattern=yes
with_regexp=yes
with_regexps=yes
fi
if test "$with_schematron" = "yes"
then
@ -268,9 +268,9 @@ then
then
with_readline=no
fi
if test "$with_regexp" = ""
if test "$with_regexps" = ""
then
with_regexp=no
with_regexps=no
fi
if test "$with_run_debug" = ""
then