summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-08-23 08:47:15 +0000
committerTrent Lloyd <lathiat@bur.st>2005-08-23 08:47:15 +0000
commitbe42fd38c9f64c3d692883d951474527feef52f2 (patch)
tree7ca17cbf3a2e4e2b9f5f0856eb884d5e085232e1
parent7a22fec4c21b44af8ec5bc34d12485b2991dee05 (diff)
* Another fix to the archlinux stuff.
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@409 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)"