diff --git a/opal/mca/hwloc/hwloc151/configure.m4 b/opal/mca/hwloc/hwloc151/configure.m4 index 1a5a664102..ab0028a9db 100644 --- a/opal/mca/hwloc/hwloc151/configure.m4 +++ b/opal/mca/hwloc/hwloc151/configure.m4 @@ -48,7 +48,7 @@ AC_DEFUN([MCA_opal_hwloc_hwloc151_POST_CONFIG],[ file=$opal_hwloc_hwloc151_basedir/hwloc CPPFLAGS="$CPPFLAGS -I$OMPI_TOP_SRCDIR/$file/include" AS_IF([test "$OMPI_TOP_BUILDDIR" != "$OMPI_TOP_SRCDIR"], - [$CPPFLAGS="$CPPFLAGS -I$OMPI_TOP_BUILDDIR/$file/include"]) + [CPPFLAGS="$CPPFLAGS -I$OMPI_TOP_BUILDDIR/$file/include"]) unset file # Finally, add some flags to the wrapper compiler if we're