Revision: 2287
Author:
regra...@gmail.com
Date: Thu Oct 16 20:30:57 2014 UTC
Log: Typo fix for zero mrs in
configure.ac
https://code.google.com/p/portals4/source/detail?r=2287
Modified:
/trunk/
configure.ac
=======================================
--- /trunk/
configure.ac Tue Oct 14 15:06:04 2014 UTC
+++ /trunk/
configure.ac Thu Oct 16 20:30:57 2014 UTC
@@ -80,9 +80,9 @@
AC_ARG_ENABLE([zeromrs],
[AS_HELP_STRING([--enable-zero-mrs],
[Enable this when using MOFED V2.2+ or Qlogic InfiniPath Hardware of
IB communication. (default: no)])])
-AS_IF([test "x$enable_zero-mrs" == "xyes"],
+AS_IF([test "x$enable_zero_mrs" == "xyes"],
[AC_DEFINE([WITH_ZERO_MRS], [1], [Define to enable MOFED V2.2 or greater
or Qlogic])])
-AM_CONDITIONAL(WITH_ZERO_MRS, test "x$enable_zero-mrs" == xyes)
+AM_CONDITIONAL(WITH_ZERO_MRS, test "x$enable_zero_mrs" == xyes)
AC_ARG_ENABLE([trigmeops],
[AS_HELP_STRING([--enable-me-triggered],