1
1

Remove this AS_IF -- it breaks "make dist".

This commit was SVN r17143.
Этот коммит содержится в:
Jeff Squyres 2008-01-15 12:33:08 +00:00
родитель 841ae01bc9
Коммит 251842ff6a

Просмотреть файл

@ -21,8 +21,6 @@
# MCA_btl_openib_POST_CONFIG([should_build])
# ------------------------------------------
AC_DEFUN([MCA_btl_openib_POST_CONFIG], [
AS_IF([test $1 -eq 0 -a "$enable_dist" = "yes"],
[AC_MSG_ERROR([BTL openib is disabled but --enable-dist specifed. This will result in a bad tarball. Aborting configure.])])
AM_CONDITIONAL([MCA_btl_openib_have_xrc], [test $1 -eq 1 -a "x$btl_openib_have_xrc" = "x1" -a "x$ompi_want_connectx_xrc" = "x1"])
])