]> granicus.if.org Git - mutt/commit
Fix variable name in configure.ac.
authorKevin McCarthy <kevin@8t8.us>
Fri, 15 Aug 2014 03:12:28 +0000 (20:12 -0700)
committerKevin McCarthy <kevin@8t8.us>
Fri, 15 Aug 2014 03:12:28 +0000 (20:12 -0700)
commit2d651d2edc7a417477fbc50319c5560096cc6fb9
tree8d7ad2687edd8b17680cdce9e580baf9becd8270
parentce820d2d2c7cf221e0d83e93bbc84945877405f5
Fix variable name in configure.ac.

$ac_cv_search_STRINGPREP_CHECK_VERSION should be
$ac_cv_search_stringprep_check_version, to match the first parameter of
the AC_SEARCH_LIBS([stringprep_check_version] above.

Running configure was giving a "test: =: unary operator expected" error.
configure.ac