Add --disable-libIDL option for use with standalone modules.
git-svn-id: svn://10.0.0.236/trunk@73879 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1605,6 +1605,13 @@ dnl Check for GLib and libIDL.
|
||||
dnl ========================================================
|
||||
SKIP_IDL_CHECK="no"
|
||||
|
||||
dnl = Allow users to disable libIDL checking for standalone modules
|
||||
AC_ARG_WITH(libIDL,
|
||||
[ --disable-libIDL Disable checking of libIDL],
|
||||
[ if test "$withval" = "no"; then
|
||||
SKIP_IDL_CHECK="yes"
|
||||
fi ])
|
||||
|
||||
dnl RedHat 6.0 (Hedwig) ships with orbit which includes libIDL
|
||||
if test -f /etc/redhat-release
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user