1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-10 08:58:16 +03:00

autogen.sh: Fix typo

This commit is contained in:
Javier Jardón 2012-04-02 17:39:26 +01:00
parent 72789ef21f
commit 05fd0285bf

View File

@ -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