Bug 477001 - Configure error on solaris cmp: illegal option -- b. wtc: review+ kairo: review+ benjamin: approval1.9.1+

This commit is contained in:
Leon Sha 2009-02-09 10:23:43 +08:00
Родитель b290b231a6
Коммит 076b5ecd37
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -8375,7 +8375,7 @@ fi # COMPILE_ENVIRONMENT && !LIBXUL_SDK_DIR
dnl Prevent the regeneration of autoconf.mk forcing rebuilds of the world
dnl Needs to be at the end to respect possible changes from NSPR configure
if cmp -b config/autoconf.mk config/autoconf.mk.orig; then
if cmp -s config/autoconf.mk config/autoconf.mk.orig; then
echo "config/autoconf.mk is unchanged"
mv -f config/autoconf.mk.orig config/autoconf.mk 2> /dev/null
else