From 99ad32213bca66d3350de6bbb0ef69102eb2fd7b Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Wed, 29 Jun 2005 03:34:45 +0000 Subject: * Patch by Steev Klimaszewski for gentoo compilation * Small dbus-protocol.c change git-svn-id: file:///home/lennart/svn/public/avahi/trunk@153 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2bbea03..a141ad6 100644 --- a/configure.ac +++ b/configure.ac @@ -186,6 +186,8 @@ else case $with_distro in debian) ;; + gentoo) + ;; *) echo "Your distribution (${with_distro}) is not yet supported! (patches welcome)" exit 1 @@ -234,6 +236,8 @@ avahi-client/Makefile initscript/Makefile initscript/Debian/Makefile initscript/Debian/75avahi +initscript/Gentoo/Makefile +initscript/Gentoo/avahi avahi-dnsconfd/Makefile ]) AC_OUTPUT -- cgit