Removing --disable-idlc option. It's a no-op.

Bug #107156
This commit is contained in:
seawood%netscape.com 2001-10-31 04:55:30 +00:00
Родитель de5db63a95
Коммит 7fd2b11a6b
1 изменённых файлов: 0 добавлений и 8 удалений

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

@ -2770,13 +2770,6 @@ if test -z "$MOZ_ENABLE_GTK" && test `echo "$MOZ_EXTENSIONS" | grep -c ctl` -ne
MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|ctl||'`
fi
dnl ========================================================
dnl build idlc
dnl ========================================================
MOZ_ARG_ENABLE_BOOL(idltool,
[ --enable-idlc Build idl tool ],
BUILD_IDLC=1)
dnl ========================================================
dnl experimental ldap features
dnl ========================================================
@ -3864,7 +3857,6 @@ AC_SUBST(IBMBIDI)
AC_SUBST(SUNCTL)
AC_SUBST(ACCESSIBILITY)
AC_SUBST(MOZ_USER_DIR)
AC_SUBST(BUILD_IDLC)
AC_SUBST(ENABLE_STRIP)
AC_SUBST(USE_ELF_DYNSTR_GC)