X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=configure;h=c636d53f98cf6d16eae61338d7b9a5c7d4dd2e87;hb=d9bfe0f57a82fd1a02e93309912008ed1aa83e04;hp=fee3c743dfd80e66dfc3e608475315fe722ed798;hpb=e814770f2ed14808c7ea8cf8cea034aacb20564a;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