summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-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)"