From 49bb49276684d60828100f218f27b36d3bf26bc0 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Mon, 5 Apr 2021 21:53:30 +0100 Subject: [PATCH] Allow empty distribution. --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index a520507e3..5d40c1282 100755 --- a/configure +++ b/configure @@ -40,9 +40,6 @@ configure() { root/usr/share/libalpm/hooks/apparmor.hook ) - else - _die "Distribution $DISTRIBUTION not supported." - fi }