valgrind: explicitly disable mpicc compiler
If there's an mpicc compile on the machine, the configure script will take it, causing a bit of headache. SVN-Revision: 42197
This commit is contained in:
		@@ -93,6 +93,7 @@ endif
 | 
				
			|||||||
CONFIGURE_ARGS += \
 | 
					CONFIGURE_ARGS += \
 | 
				
			||||||
	--enable-tls \
 | 
						--enable-tls \
 | 
				
			||||||
	--without-x \
 | 
						--without-x \
 | 
				
			||||||
 | 
						--without-mpicc \
 | 
				
			||||||
	--without-uiout \
 | 
						--without-uiout \
 | 
				
			||||||
	--disable-valgrindmi \
 | 
						--disable-valgrindmi \
 | 
				
			||||||
	--disable-tui \
 | 
						--disable-tui \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user