aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-10-11 10:54:10 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-10-11 10:54:10 +0000
commit2d38f047073a0c988a078f1536658b80e1cb4ee1 (patch)
tree803f29489dedece5149f64da6c2f0a9cb01705bb /configure.in
parente8eac3d979a860dbb811f0a21163a840522ba700 (diff)
downloadandroid_external_libxml2-2d38f047073a0c988a078f1536658b80e1cb4ee1.tar.gz
android_external_libxml2-2d38f047073a0c988a078f1536658b80e1cb4ee1.tar.bz2
android_external_libxml2-2d38f047073a0c988a078f1536658b80e1cb4ee1.zip
- xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
handlings (registration, lookup, cleanup) Daniel
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 28b4685e..ede84f5c 100644
--- a/configure.in
+++ b/configure.in
@@ -311,7 +311,7 @@ dnl create the libxml and include links needed to get dependencies right
dnl
if test ! -d $srcdir/include/libxml
then
- if [ ! -d $srcdir/include ]
+ if test ! -d $srcdir/include
then
rm -f $srcdir/include
mkdir $srcdir/include
@@ -325,7 +325,7 @@ then
fi
if test ! -e include/libxml
then
- if [ ! -d include ]
+ if test ! -d include
then
rm -f include
mkdir include