[Pvfs2-cvs] commit by pw in pvfs2/maint/config: portals.m4
CVS commit program
cvs at parl.clemson.edu
Thu Oct 18 11:55:33 EDT 2007
Update of /projects/cvsroot/pvfs2/maint/config
In directory parlweb1:/tmp/cvs-serv26871/maint/config
Modified Files:
portals.m4
Log Message:
Include location bug for Portals.
Index: portals.m4
===================================================================
RCS file: /projects/cvsroot/pvfs2/maint/config/portals.m4,v
diff -u -p -p -u -r1.4 -r1.5
--- portals.m4 22 Jul 2007 15:44:40 -0000 1.4
+++ portals.m4 18 Oct 2007 15:55:33 -0000 1.5
@@ -49,12 +49,12 @@ AC_DEFUN([AX_PORTALS],
dnl using guesses from the --with-portals dir.
if test -n "$home" ; then
if test -z "$incs"; then
- incs=$home/include
+ incs=-I$home/include
fi
if test -z "$libs"; then
- libs=$home/lib64
- if test ! -d "$libs" ; then
- libs=$home/lib
+ libs=-L$home/lib64
+ if test ! -d "$home/lib64" ; then
+ libs=-L$home/lib
fi
fi
fi
More information about the Pvfs2-cvs
mailing list