Whamcloud - gitweb
* Fix case of PTLLND not being included because of incorrect #if value
authorpjkirner <pjkirner>
Wed, 19 Oct 2005 04:39:03 +0000 (04:39 +0000)
committerpjkirner <pjkirner>
Wed, 19 Oct 2005 04:39:03 +0000 (04:39 +0000)
lnet/lnet/api-ni.c

index 4a7fbe9..50fd406 100644 (file)
@@ -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