]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - configure.ac
configure: Work around bug in autoconf 2.64
authorTheodore Ts'o <tytso@mit.edu>
Thu, 26 Nov 2009 15:38:04 +0000 (10:38 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 26 Nov 2009 15:38:04 +0000 (10:38 -0500)
commit57aa50d4a13245e7b179d5f14174201271d29a2c
treebd5970f09d0afd5413b15d7bf2de971ab3c557d2
parentf3befe3e6b74f8ab33d619d2213bbd130cd5b191
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>
configure
configure.in