]> git.ipfire.org Git - thirdparty/lxc.git/commit
support tls in cross-compile
authorduguhaotian <lh548426@126.com>
Wed, 30 May 2018 02:25:40 +0000 (10:25 +0800)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 10 Dec 2018 08:03:34 +0000 (09:03 +0100)
commit3f962af8a26cc0fbfb46f1611ac63b459aedd3f1
tree93591a2e532df82da6930b1bb62ab54e7cc10f0c
parentaf41287e7faae7afe863551d391c71a5ecc7e5a9
support tls in cross-compile

AC_RUN_IFELSE will fail in cross-compile,
we can use AC_COMPILE_IFELSE replace.

Signed-off-by: duguhaotian <duguhaotian@gmail.com>
config/tls.m4