]> git.proxmox.com Git - mirror_spl.git/commit - config/spl-build.m4
Allow config/build to work with autoconf-2.65
authorLars Johannsen <laj@it.dk>
Thu, 1 Jul 2010 08:39:32 +0000 (10:38 +0159)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 2 Jul 2010 21:00:28 +0000 (14:00 -0700)
commitdbe561d8ab3c4787e8d7f1233e6013d9c79bfbcd
tree4ae6a87b6e9040e8752e7ba1e4e8ad61d712e9f4
parent1814251453c8140f50170ad29d9105c1273d7e08
Allow config/build to work with autoconf-2.65

As of autoconf-2.65 the AC_LANG_SOURCE source macro no longer
includes the confdef.h results when expanded.  To handle this
simply explicitly include confdef.h in conftest.c.  This will
cause two copies to of confdef.h to be added to the test for
earlier autoconf versions but this is not harmful.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
config/spl-build.m4
configure