From 574788b111eff04bb410779bfa6135074f397708 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Sat, 8 Jul 2000 04:45:49 +0000 Subject: [PATCH] Add --disable-libIDL option for use with standalone modules. git-svn-id: svn://10.0.0.236/trunk@73879 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mozilla/configure.in b/mozilla/configure.in index f974d554c1d..04ef9a72ae2 100644 --- a/mozilla/configure.in +++ b/mozilla/configure.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