From be42fd38c9f64c3d692883d951474527feef52f2 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Tue, 23 Aug 2005 08:47:15 +0000 Subject: * Another fix to the archlinux stuff. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@409 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- cgit