]> granicus.if.org Git - neomutt/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)
commit91d2afb538cc90a5755adb2edb5c3dde8bb3725d
tree49b6ceaba4e3c5e930b6b8b57ff058c4fc5483aa
parentdb97870d3db3a1aedd15a42dfa9f408d70033e9d
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