From: Lennart Poettering Date: Thu, 12 Apr 2007 23:26:46 +0000 (+0000) Subject: fix a typo in configure.ac. found by tedp. closes #109 X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=90d30bec8d880fb44c0869fd8285543101b7cf60;p=catta fix a typo in configure.ac. found by tedp. closes #109 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1418 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/configure.ac b/configure.ac index 0939d1d..660f138 100644 --- a/configure.ac +++ b/configure.ac @@ -736,7 +736,7 @@ fi AC_SUBST(AVAHI_PRIV_ACCESS_GROUP) AC_DEFINE_UNQUOTED(AVAHI_PRIV_ACCESS_GROUP,"$AVAHI_PRIV_ACCESS_GROUP", [Privileged access group for Avahi clients]) -AC_ARG_WITH(autoipd_user, AS_HELP_STRING([--with-autipd-user=],[User for running the avahi-autoipd daemon (avahi-autoipd)])) +AC_ARG_WITH(autoipd_user, AS_HELP_STRING([--with-autoipd-user=],[User for running the avahi-autoipd daemon (avahi-autoipd)])) if test -z "$with_autoipd_user" ; then AVAHI_AUTOIPD_USER=avahi-autoipd else