]> git.meshlink.io Git - catta/commitdiff
fix a typo in configure.ac. found by tedp. closes #109
authorLennart Poettering <lennart@poettering.net>
Thu, 12 Apr 2007 23:26:46 +0000 (23:26 +0000)
committerLennart Poettering <lennart@poettering.net>
Thu, 12 Apr 2007 23:26:46 +0000 (23:26 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1418 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

configure.ac

index 0939d1df6d258ee282017ed5924bb3ed775be41e..660f138b12003f184980093d7562b0a79dc1fa13 100644 (file)
@@ -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>],[User for running the avahi-autoipd daemon (avahi-autoipd)]))
+AC_ARG_WITH(autoipd_user, AS_HELP_STRING([--with-autoipd-user=<user>],[User for running the avahi-autoipd daemon (avahi-autoipd)]))
 if test -z "$with_autoipd_user" ; then
     AVAHI_AUTOIPD_USER=avahi-autoipd
 else