X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Fautoconf%2Flustre-lnet.m4;h=216698026f250c15912a6f2d790692dcac00b3ff;hp=2a4eb2fc0420be3ebfadf8e44130549de2df67c5;hb=3c069df3211c0866f5b3eafbac3b8161d286c5c6;hpb=496690fde916f281abbb41723198ce517ff9d115;ds=sidebyside diff --git a/lnet/autoconf/lustre-lnet.m4 b/lnet/autoconf/lustre-lnet.m4 index 2a4eb2f..2166980 100644 --- a/lnet/autoconf/lustre-lnet.m4 +++ b/lnet/autoconf/lustre-lnet.m4 @@ -579,11 +579,11 @@ else # we know at this point that the found OFED source is good if test \( $ENABLEO2IB = 3 \); then - if test \( -f $O2IBPATH/$SYMVERFILE \); then - AC_MSG_NOTICE([adding $O2IBPATH/$SYMVERFILE to $PWD/$SYMVERFILE]) - cat $O2IBPATH/$SYMVERFILE >> $PWD/$SYMVERFILE + if test \( -f $O2IBPATH/Module.symvers \); then + AC_MSG_NOTICE([adding $O2IBPATH/Module.symvers to $PWD/Module.symvers]) + cat $O2IBPATH/Module.symvers >> $PWD/Module.symvers else - AC_MSG_ERROR([an external source tree was specified for o2iblnd however I could not find a $O2IBPATH/$SYMVERFILE there]) + AC_MSG_ERROR([an external source tree was specified for o2iblnd however I could not find a $O2IBPATH/Module.symvers there]) fi fi