]> 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)
commit084e7a2ab0f96eede903708bce0e8474ce5c0de6
tree49b6ceaba4e3c5e930b6b8b57ff058c4fc5483aa
parentf63b9887cfdecf8a1b5234c66a0942ea3c20ec70
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