X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=8e759389a6714d1405be02f6fcf5e47e24619565;hb=3ea952163f0c28cd88f8473bb015df892c4247bf;hp=0aa7debeccc996f1da6e5373d1182a61bddf0b4a;hpb=4fbbc8153ab74d5448bbb6d1113f1bc39f55402a;p=virt-what.git diff --git a/configure.ac b/configure.ac index 0aa7deb..8e75938 100644 --- a/configure.ac +++ b/configure.ac @@ -28,6 +28,10 @@ test "x$U" != "x" && AC_MSG_ERROR([Compiler not ANSI compliant]) AM_PROG_CC_C_O +dnl Architecture we are compiling for. +AC_CANONICAL_HOST +AM_CONDITIONAL([HOST_CPU_IA64], [ test "x$host_cpu" = "xia64" ]) + dnl Produce output files. AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([virt-what],[chmod +x virt-what])