From: Trent Lloyd Date: Tue, 23 Aug 2005 08:47:15 +0000 (+0000) Subject: * Another fix to the archlinux stuff. X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=be42fd38c9f64c3d692883d951474527feef52f2;p=catta * Another fix to the archlinux stuff. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@409 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/configure.ac b/configure.ac index 8c55ec3..14b816b 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ if test "z$with_distro" = "z"; then exit 1 else case $with_distro in - debian|arch) + debian|archlinux) ;; *) echo "Your distribution (${with_distro}) is not yet supported, init scripts and dbus configuration will not be installed! (patches welcome)"