1
1

For dist all AM_CONDITIONAL's have to be defined.

This commit was SVN r5821.
Этот коммит содержится в:
George Bosilca 2005-05-23 16:26:55 +00:00
родитель 0138323c6e
Коммит fea0010aee

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

@ -43,8 +43,14 @@ AC_DEFUN([MCA_CONFIGURE_STUB],[
AC_DEFINE_UNQUOTED( OMPI_MCA_PTL_GM_CACHE_ENABLE, 0,
[Disable GM PTL internal cache for registered memory])
fi
##AM_CONDITIONAL( OMPI_ENABLE_GM_CACHE, test "$enable_gm_cache" = "yes" )
AM_CONDITIONAL( OMPI_ENABLE_GM_CACHE, test "yes" = "yes" )
AM_CONDITIONAL( OMPI_ENABLE_GM_CACHE, test "$enable_gm_cache" = "yes" )
#
# For dist
#
AC_DEFUN([MCA_CONFIGURE_DIST_STUB],[
AM_CONDITIONAL( OMPI_ENABLE_GM_CACHE, test "yes" = "yes" )
])
# Add to CPPFLAGS if necessary