From 28af5a2f734ddc662f4fb63ca1daa5669dfd2b01 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 10 Jun 2008 18:12:23 -0400 Subject: - aagh, stop with the quoting and the commas --- configure.ac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 5fb4c93..0df9171 100644 --- a/configure.ac +++ b/configure.ac @@ -97,16 +97,16 @@ AC_SUBST(mydomain) AC_SUBST(mysuffix) AC_ARG_WITH(users, - AS_HELP_STRING([--with-users=[[cn=Users,cn=Accounts]]], - [select a specific user entry container (cn=Users,cn=Accounts)]), + AS_HELP_STRING([--with-users=cn=Users], + [select a specific user entry container (cn=Users)]), people=$withval, - people=[cn=Users,cn=Accounts]) + people=[cn=Users]) AC_SUBST(people) AC_ARG_WITH(groups, - AS_HELP_STRING([--with-groups=[[cn=Groups,cn=Accounts]]], - [select a specific group entry container (cn=Groups,cn=Accounts)]), + AS_HELP_STRING([--with-groups=cn=Groups], + [select a specific group entry container (cn=Groups)]), groups=$withval, - groups=[cn=Groups,cn=Accounts]) + groups=[cn=Groups]) AC_SUBST(groups) AC_DEFINE(DEFAULT_MAX_DGRAM_SIZE,YPMAXRECORD,[Define to the default maximum datagram reply size.]) -- cgit