]> 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)
commitf974851fb9896aaaad6779b80fd3784cdf39a148
tree8d7ad2687edd8b17680cdce9e580baf9becd8270
parent93bbe351b14542747511d1661ecb951d9c931bd3
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