1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00

Neven Has detected a typo Daniel

* configure.in: Neven Has detected a typo
Daniel
This commit is contained in:
Daniel Veillard 2002-04-30 14:29:22 +00:00
parent cf27f7c9ce
commit 34de97f149
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
* configure.in: Neven Has detected a typo
Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
* AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>

View File

@ -424,7 +424,7 @@ AC_ARG_WITH(xpath, [ --with-xpath Add the XPATH support (on)])
if test "$with_xpath" = "no" ; then
echo Disabling XPATH support
with_xptr="no"
with-c14n="no"
with_c14n="no"
WITH_XPATH=0
XPATH_OBJ=
else