X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=912ea6226406ce18a7f2c4112dee561580ee1e8a;hp=94995f1eba854c5a3607db6dcb756dc35cc77e89;hb=227c9a4bca760f7f38e255f459720888a8335eeb;hpb=0bb4208467dcfc49389037defe6ce7f291807901 diff --git a/configure.ac b/configure.ac index 94995f1..912ea62 100644 --- a/configure.ac +++ b/configure.ac @@ -223,6 +223,9 @@ if test "x$enable_appliance" = "xyes"; then DISTRO=REDHAT if test -f /etc/debian_version; then DISTRO=DEBIAN + if grep -q 'DISTRIB_ID=Ubuntu' /etc/lsb-release 2>/dev/null; then + DISTRO=UBUNTU + fi fi AC_MSG_RESULT([$DISTRO]) AC_SUBST([DISTRO])