mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Oops. --disable-libIDL doesn't work as the macro is checking for --without-libIDL
This commit is contained in:
parent
c063d33489
commit
2d40396b9f
2
configure
vendored
2
configure
vendored
@ -51,7 +51,7 @@ ac_help="$ac_help
|
||||
ac_help="$ac_help
|
||||
--with-static-qt Link qt statically if possible"
|
||||
ac_help="$ac_help
|
||||
--disable-libIDL Disable checking of libIDL"
|
||||
--without-libIDL Skip check for libIDL"
|
||||
ac_help="$ac_help
|
||||
--with-libIDL-prefix=PFX
|
||||
Prefix where libIDL is installed (optional)"
|
||||
|
@ -1619,7 +1619,7 @@ SKIP_IDL_CHECK="no"
|
||||
|
||||
dnl = Allow users to disable libIDL checking for standalone modules
|
||||
AC_ARG_WITH(libIDL,
|
||||
[ --disable-libIDL Disable checking of libIDL],
|
||||
[ --without-libIDL Skip check for libIDL],
|
||||
[ if test "$withval" = "no"; then
|
||||
SKIP_IDL_CHECK="yes"
|
||||
fi ])
|
||||
|
Loading…
Reference in New Issue
Block a user