# HG changeset patch # User Johannes Stezenbach # Date 1327833750 -3600 # Node ID 6a7dfa57d63ab9e4aaf77a5d5eec16ed0d7a5d43 # Parent a70abdbfa342e97b944fe14212a906ce854c5321 configre: properly check for libtoolize Fix a copy-n-paste typo, where the libtoolize check would re-run the libtool check. Signed-off-by: Johannes Stezenbach diff -r a70abdbfa342 -r 6a7dfa57d63a configure.ac --- a/configure.ac Fri Jan 27 13:31:16 2012 +0100 +++ b/configure.ac Sun Jan 29 11:42:30 2012 +0100 @@ -203,7 +203,7 @@ [Specify the full PATH to GNU libtoolize >= 1.5.26]), [ac_cv_path_LIBTOOLIZE=$withval])]) AC_CACHE_CHECK([for GNU libtoolize >= 1.5.26], [ac_cv_path_LIBTOOLIZE], - [AC_PATH_PROGS_FEATURE_CHECK([LIBTOOLIZE], [libtool], + [AC_PATH_PROGS_FEATURE_CHECK([LIBTOOLIZE], [libtoolize], [[LIBTOOLIZE_ver=$($ac_path_LIBTOOLIZE --version 2>&1 \ |$EGREP '\(GNU libtool.*\) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)') test -n "$LIBTOOLIZE_ver" && ac_cv_path_LIBTOOLIZE=$ac_path_LIBTOOLIZE ac_path_LIBTOOLIZE_found=:]],