1
1

Correct type in config file: the option is --without-rte-support

This commit was SVN r19242.
Этот коммит содержится в:
Ralph Castain 2008-08-11 22:15:07 +00:00
родитель b97a185fb1
Коммит 4e4babbddd

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

@ -515,7 +515,7 @@ AC_DEFINE_UNQUOTED([OPAL_ENABLE_TRACE], [$opal_want_trace],
# Minimal RTE support
#
AC_MSG_CHECKING([if want full RTE support])
AC_ARG_WITH([rte],
AC_ARG_WITH([rte-support],
[AC_HELP_STRING([--without-rte-support],
[Build without RTE support for systems that do not require it (default: full RTE support built)])])
if test "$with_rte_support" = "no"; then