Sanity check: don't allow --disable-binaries with --enable-dist.
This commit was SVN r17946.
Этот коммит содержится в:
родитель
5320c91ab3
Коммит
f97130c3aa
@ -149,6 +149,11 @@ AC_SUBST(top_ompi_builddir)
|
||||
|
||||
OMPI_CONFIGURE_OPTIONS
|
||||
|
||||
if test "$enable_binaries" = "no" -a "$enable_dist" = "yes"; then
|
||||
AC_MSG_WARN([--disable-binaries is incompatible with --enable dist])
|
||||
AC_MSG_ERROR([Cannot continue])
|
||||
fi
|
||||
|
||||
############################################################################
|
||||
# Libtool: part one
|
||||
# (before C compiler setup)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user