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
parent 37d1c0b865
commit b469cd19c4

View File

@ -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)