On Mon, Aug 15, 2011 at 02:23, Tobias Grosser <tob...@grosser.es> wrote: >> # Check for CLOOG >> >> dnl Provide configure switches and initialize clooginc& clooglibs >> dnl with user input. >> CLOOG_INIT_FLAGS >> +if test "x$with_isl" = "xno"; then >> + dnl Only execute fail-action, if CLooG has been requested. > > This should be, "if isl has been requested", no?
I think that this should be "if graphite has been requested" and that implies that both isl and cloog are available. Sebastian