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
owl
John Crispin 2014-08-18 13:10:16 +00:00
parent 7ba7ddf88e
commit b5be328624
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ endif
CONFIGURE_ARGS += \
--enable-tls \
--without-x \
--without-mpicc \
--without-uiout \
--disable-valgrindmi \
--disable-tui \