1
1

Sanity check: don't allow --disable-binaries with --enable-dist.

This commit was SVN r17946.
Этот коммит содержится в:
Jeff Squyres 2008-03-25 12:01:36 +00:00
родитель 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)