]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: drop more redundant configure checks
authorEric Blake <eblake@redhat.com>
Thu, 29 Apr 2010 03:26:57 +0000 (21:26 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 6 May 2010 20:35:38 +0000 (14:35 -0600)
commit70e05fa6d033eeebaf7e072233b45d334d6139d8
tree670ae24623a2b996177f6391159defe144a9ad56
parent8acaeb730b662cd509699c0bafd0a6aa62596413
build: drop more redundant configure checks

* configure.ac (AC_CHECK_FUNCS_ONCE, AC_SYS_LARGEFILE): Rely on
gnulib for strtok_r and large file support.
(AC_OBJEXT): Drop call now done by AC_PROG_CC.
(m4_foreach_w): Drop macro guaranteed by gnulib.
(AC_C_CONST): Drop call declared obsolete by autoconf.

Signed-off-by: Eric Blake <eblake@redhat.com>
configure.ac