From 0cbfefdb155c5b79f63ebb19196e783c4cb48afc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 16 Dec 2007 20:23:22 +0000 Subject: Allow compilation against bsdxml instead of Expat. Patch from zml. (Closes #159) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1585 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-dnsconfd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-dnsconfd') diff --git a/avahi-dnsconfd/Makefile.am b/avahi-dnsconfd/Makefile.am index 18b3adf..d358734 100644 --- a/avahi-dnsconfd/Makefile.am +++ b/avahi-dnsconfd/Makefile.am @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -if HAVE_EXPAT +if HAVE_XML if HAVE_LIBDAEMON pkgsysconfdir=$(sysconfdir)/avahi -- cgit