diff options
author | John Terpstra <jht@samba.org> | 2002-10-31 04:16:26 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2002-10-31 04:16:26 +0000 |
commit | c5ac569180a2e48bcd573ef15aff8ab206540298 (patch) | |
tree | 94592b373b63a3a07bbf5088745cf7ee6b1e9d00 /source3/configure.in | |
parent | bfcbdaf933fd88a0b6cb141e2c7ab38ad8567059 (diff) | |
download | samba-c5ac569180a2e48bcd573ef15aff8ab206540298.tar.gz samba-c5ac569180a2e48bcd573ef15aff8ab206540298.tar.bz2 samba-c5ac569180a2e48bcd573ef15aff8ab206540298.zip |
Applied Buchan Milne's patches.
(This used to be commit ce5a7084540feff7354d2005e25cef581ad500db)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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" |