Oops. --disable-libIDL doesn't work as the macro is checking for --without-libIDL

This commit is contained in:
cls%seawood.org 2000-09-09 01:00:03 +00:00
Родитель 397dd0a60e
Коммит bc77023ff8
2 изменённых файлов: 2 добавлений и 2 удалений

2
configure поставляемый
Просмотреть файл

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