aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2012-04-02 17:39:26 +0100
committerJavier Jardón <jjardon@gnome.org>2012-04-02 17:39:26 +0100
commit05fd0285bfa3f7734caf44e50641972ee6883b2c (patch)
tree970d69926c0a6d7dd939c8e327a5f5df35b8a07d /autogen.sh
parent72789ef21fed132bb15bd4e858cb524f41c79ed1 (diff)
downloadandroid_external_libxml2-05fd0285bfa3f7734caf44e50641972ee6883b2c.tar.gz
android_external_libxml2-05fd0285bfa3f7734caf44e50641972ee6883b2c.tar.bz2
android_external_libxml2-05fd0285bfa3f7734caf44e50641972ee6883b2c.zip
autogen.sh: Fix typo
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index f121ed9b..a8c8e0c6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -77,5 +77,5 @@ fi
if test -z "$NOCONFIGURE"; then
$srcdir/configure $EXTRA_ARGS "$@"
echo
- echo "Now type 'make' to compile libvirt."
+ echo "Now type 'make' to compile libxml2."
fi