commit | 57aa50d4a13245e7b179d5f14174201271d29a2c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Nov 26 10:38:04 2009 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Nov 26 10:38:04 2009 -0500 |
tree | bd5970f09d0afd5413b15d7bf2de971ab3c557d2 | |
parent | f3befe3e6b74f8ab33d619d2213bbd130cd5b191 [diff] |
configure: Work around bug in autoconf 2.64 In autoconf 2.64, if AC_CHECK_LIB is first used in a conditional that evaluates to false, the helper function ac_fn_c_try_link gets defined inside that conditional, and then subsequent attempts to use ac_fn_c_try_link() will blow up. Work around this by moving an unconditional use of AC_CHECK_LIB to the beginning of configure.in. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>