mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
typo patch from Bjorn Reese Daniel
* configure.in: typo patch from Bjorn Reese Daniel svn path=/trunk/; revision=3612
This commit is contained in:
parent
491e58e575
commit
c51f51c9c2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user