[ofa-general] [PATCH] opensm/configure.in: Fix the QOS and prefix routes config file default locations

Ira Weiny weiny2 at llnl.gov
Tue Apr 22 14:06:01 PDT 2008


>From ef37654c0917875129fa2bad2e8ee0dd0d3f8859 Mon Sep 17 00:00:00 2001
From: Ira K. Weiny <weiny2 at llnl.gov>
Date: Fri, 18 Apr 2008 15:51:58 -0700
Subject: [PATCH] opensm/configure.in: Fix the QOS and prefix routes config file default
locations

Signed-off-by: Ira K. Weiny <weiny2 at llnl.gov>
---
 opensm/configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opensm/configure.in b/opensm/configure.in
index a527c91..d36d7be 100644
--- a/opensm/configure.in
+++ b/opensm/configure.in
@@ -162,7 +162,7 @@ AC_ARG_WITH(qos-policy-conf,
 )
 AC_MSG_RESULT($QOS_POLICY_FILE)
 AC_DEFINE_UNQUOTED(HAVE_DEFAULT_QOS_POLICY_FILE,
-	["$OPENSM_CONFIG/$QOS_POLICY_FILE"],
+	["$OPENSM_CONFIG_DIR/$QOS_POLICY_FILE"],
 	[Define a QOS policy config file])
 AC_SUBST(QOS_POLICY_FILE)
 
@@ -182,7 +182,7 @@ AC_ARG_WITH(prefix-routes-conf,
 )
 AC_MSG_RESULT($PREFIX_ROUTES_FILE)
 AC_DEFINE_UNQUOTED(HAVE_DEFAULT_PREFIX_ROUTES_FILE,
-	["$OPENSM_CONFIG/$PREFIX_ROUTES_FILE"],
+	["$OPENSM_CONFIG_DIR/$PREFIX_ROUTES_FILE"],
 	[Define a Prefix Routes config file])
 AC_SUBST(PREFIX_ROUTES_FILE)
 
-- 
1.5.1




More information about the general mailing list