From c5ac569180a2e48bcd573ef15aff8ab206540298 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Thu, 31 Oct 2002 04:16:26 +0000 Subject: Applied Buchan Milne's patches. (This used to be commit ce5a7084540feff7354d2005e25cef581ad500db) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 78ed4a953c..906bf5f348 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2403,7 +2403,7 @@ AC_ARG_WITH(manpages-langs, esac AC_MSG_RESULT($manlangs) - manlangs=`echo $manlangs | sed "s/,/ /"` # replacing commas with spaces to produce a list + manlangs=`echo $manlangs | sed "s/,/ /g"` # replacing commas with spaces to produce a list AC_SUBST(manlangs)], [manlangs="en" -- cgit