From 87c4601300e5c5071a11480cee8805f7c74ddd04 Mon Sep 17 00:00:00 2001 From: pjkirner Date: Wed, 19 Oct 2005 04:39:03 +0000 Subject: [PATCH] * Fix case of PTLLND not being included because of incorrect #if value --- lnet/lnet/api-ni.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/lnet/api-ni.c b/lnet/lnet/api-ni.c index 4a7fbe9..50fd406 100644 --- a/lnet/lnet/api-ni.c +++ b/lnet/lnet/api-ni.c @@ -1120,7 +1120,7 @@ LNetInit(void) #else /* Register LNDs * NB the order here determines default 'networks=' order */ -# if HAVE_CRAY_XT3 +# if CRAY_XT3 LNET_REGISTER_ULND(the_ptllnd); # endif # if HAVE_LIBPTHREAD -- 1.8.3.1