diff options
-rwxr-xr-x | gtk/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/autogen.sh b/gtk/autogen.sh index 424e8ca71..b998c91e9 100755 --- a/gtk/autogen.sh +++ b/gtk/autogen.sh @@ -51,7 +51,7 @@ fi (grep "^AM_PROG_LIBTOOL" $srcdir/configure.ac >/dev/null) && { (libtoolize --version) < /dev/null > /dev/null 2>&1 || { echo - echo "**Error**: You must have \`libtool' installed." + echo "**Error**: You must have \`libtoolize' installed." echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/" DIE=1 } |