From bdd129b9113d0e7aec3779f9ca40cf51f818d499 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Sun, 3 Jul 2005 03:42:30 +0000 Subject: [PATCH] * want top_ompi_*, not top_* This commit was SVN r6313. --- config/mca_configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mca_configure.ac b/config/mca_configure.ac index 5f0cbf141d..e43f217807 100644 --- a/config/mca_configure.ac +++ b/config/mca_configure.ac @@ -295,7 +295,7 @@ if test -z "$with_openmpi"; then top_ompi_srcdir='$(top_srcdir)/../../../..' top_ompi_builddir='$(top_builddir)/../../../..' - INCFLAGS='-I$(top_srcdir)/include -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/opal -I$(top_builddir)/opal -I$(top_srcdir)/orte -I$(top_builddir)/orte -I$(top_srcdir)/ompi -I$(top_builddir)/ompi'" $CPPFLAGS" + INCFLAGS='-I$(top_ompi_srcdir)/include -I$(top_ompi_srcdir) -I$(top_ompi_builddir) -I$(top_ompi_srcdir)/opal -I$(top_ompi_builddir)/opal -I$(top_ompi_srcdir)/orte -I$(top_ompi_builddir)/orte -I$(top_ompi_srcdir)/ompi -I$(top_ompi_builddir)/ompi'" $CPPFLAGS" found_ompi_headers=1 AC_MSG_RESULT([already in Open MPI source tree]) fi