Changeset 4846
- Timestamp:
- 06/29/09 01:09:37 (4 months ago)
- Files:
-
- 1 modified
-
mpich2/trunk/src/pm/hydra/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mpich2/trunk/src/pm/hydra/configure.in
r4843 r4846 273 273 AC_ARG_ENABLE(hydra-procbind, [ --enable-hydra-procbind Process Binding], 274 274 [ procbind=$enableval ], 275 [ procbind= default])275 [ procbind=no ]) 276 276 AC_MSG_CHECKING(process binding) 277 277 278 if test "$procbind" = " default" ; then278 if test "$procbind" = "auto" ; then 279 279 old_CFLAGS=$CFLAGS 280 280 CFLAGS="$CFLAGS -I${srcdir}/utils/plpa"
