From 961a0d2b618b5448dde46a993888ec04779d7a98 Mon Sep 17 00:00:00 2001 From: Philippe Canal <pcanal@fnal.gov> Date: Mon, 17 Oct 2011 19:00:05 +0000 Subject: [PATCH] Set cling disable by default and add empty Module.mk to solve current compilation errors git-svn-id: http://root.cern.ch/svn/root/trunk@41425 27541ba8-7e3a-0410-8455-c3a389f83636 --- cint/cling/Module.mk | 0 configure | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 cint/cling/Module.mk diff --git a/cint/cling/Module.mk b/cint/cling/Module.mk new file mode 100644 index 00000000000..e69de29bb2d diff --git a/configure b/configure index 06a5f2c7f41..b4d41bee6cb 100755 --- a/configure +++ b/configure @@ -132,7 +132,7 @@ for c in $options $deprecated_options; do done for c in $options ; do eval ${c}_explicit="" ; done -enable_cling= +enable_cling=no enable_afs=no enable_alloc=no enable_gdml=no -- GitLab