summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cc07dcc..9e98e2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -341,7 +341,7 @@ then
with_nss_ldap_maps="aliases,ethers,group,hosts,netgroup,networks,passwd,protocols,rpc,services,shadow"
fi
AC_MSG_RESULT($with_nss_ldap_maps)
- NSS_MODULE_OBJS="`echo "$with_nss_ldap_maps" | sed 's/,/ /g;s/ *\|$/.$(OBJEXT) /g'`"
+ NSS_MODULE_OBJS="`echo "$with_nss_ldap_maps " | sed 's/,/ /g;s/ */.$(OBJEXT) /g'`"
AC_SUBST(NSS_MODULE_OBJS)
# restore CFLAGS and LIBS