Oops typo.

Reviewed By: mcslee


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665086 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/bootstrap.sh b/lib/cpp/bootstrap.sh
index 431e35a..4c59d14 100755
--- a/lib/cpp/bootstrap.sh
+++ b/lib/cpp/bootstrap.sh
@@ -4,7 +4,7 @@
 autoscan
 autoheader
 aclocal -I ./aclocal
-if glibtoolize --version 1 >/dev/null 2>/dev/null; then
+if libtoolize --version 1 >/dev/null 2>/dev/null; then
   libtoolize --automake
 elif glibtoolize --version 1 >/dev/null 2>/dev/null; then
   glibtoolize --automake