summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 4ae5172..d477743 100644
--- a/configure.ac
+++ b/configure.ac
@@ -181,11 +181,10 @@ if test "z$with_distro" = "z"; then
exit 1
else
case $with_distro in
- debian|gentoo)
+ debian|gentoo|suse)
;;
*)
- echo "Your distribution (${with_distro}) is not yet supported! (patches welcome)"
- exit 1
+ echo "Your distribution (${with_distro}) is not yet supported, init scripts and dbus configuration will not be installed! (patches welcome)"
;;
esac
@@ -239,6 +238,7 @@ avahi-client/Makefile
initscript/Makefile
initscript/Debian/Makefile
initscript/Gentoo/Makefile
+initscript/SUSE/Makefile
avahi-dnsconfd/Makefile
])
AC_OUTPUT