X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=configure;h=c636d53f98cf6d16eae61338d7b9a5c7d4dd2e87;hb=2ea9dc40f88ed84bc3e8022b91dd33cbce94653f;hp=fee3c743dfd80e66dfc3e608475315fe722ed798;hpb=712f8bd87b2d3799107e102652875996fa59647b;p=zfs.git diff --git a/configure b/configure index fee3c74..c636d53 100755 --- a/configure +++ b/configure @@ -11785,16 +11785,16 @@ $as_echo_n "checking linux distribution... " >&6; } VENDOR=redhat ; elif test -f /etc/fedora-release ; then VENDOR=fedora ; - elif test -f /etc/lsb-release ; then - VENDOR=ubuntu ; + elif test -f /etc/gentoo-release ; then + VENDOR=gentoo ; elif test -f /etc/debian_version ; then VENDOR=debian ; elif test -f /etc/SuSE-release ; then VENDOR=sles ; elif test -f /etc/slackware-version ; then VENDOR=slackware ; - elif test -f /etc/gentoo-release ; then - VENDOR=gentoo ; + elif test -f /etc/lsb-release ; then + VENDOR=ubuntu ; elif test -f /etc/lunar.release ; then VENDOR=lunar ; else