X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=e9d0fc016e9d2d2c805e265c166531839a6ae325;hb=a7cb2d9b08ca038a96aa180fee0f5e8745d2928d;hp=b14331543be5bf90e879e25a1917932e5b2f4f80;hpb=d09a918e086c19b133fc92c4339038247cfd7443;p=libguestfs.git diff --git a/configure.ac b/configure.ac index b143315..e9d0fc0 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [0]) -m4_define([libguestfs_release], [85]) +m4_define([libguestfs_release], [86]) # extra can be any string m4_define([libguestfs_extra], []) @@ -128,6 +128,9 @@ AC_SYS_LARGEFILE dnl Check sizeof long. AC_CHECK_SIZEOF([long]) +dnl Define a C symbol for the host CPU architecture. +AC_DEFINE_UNQUOTED([host_cpu],["$host_cpu"],[Host architecture.]) + dnl Headers. AC_CHECK_HEADERS([errno.h sys/types.h sys/un.h sys/wait.h sys/socket.h endian.h byteswap.h]) @@ -335,9 +338,6 @@ AC_ARG_WITH([updates], UPDATES="$with_updates" AC_SUBST(UPDATES) -dnl Define a symbol for the host CPU architecture. -AC_DEFINE_UNQUOTED([host_cpu],["$host_cpu"],[Host architecture.]) - dnl --with-mirror to specify a local Fedora mirror. AC_ARG_WITH([mirror], [AS_HELP_STRING([--with-mirror],