Bug 328303: Fix configure help for --with-branding, which suggests --enable-branding, patch by Nick Thomas (cf) <nrthomas@gmail.com>, r=bsmedberg

This commit is contained in:
gavin%gavinsharp.com 2006-04-13 23:48:21 +00:00
Родитель 2c3e399cbd
Коммит 8ee8d01c91
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4748,7 +4748,7 @@ esac
)
MOZ_ARG_WITH_STRING(branding,
[ --enable-branding Enable branding from the specified directory.],
[ --with-branding=dir Use branding from the specified directory.],
MOZ_BRANDING_DIRECTORY=$withval)
AC_SUBST(MOZ_BRANDING_DIRECTORY)