[GRASS-SVN] r55951 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Apr 23 02:52:03 PDT 2013
Author: hamish
Date: 2013-04-23 02:52:03 -0700 (Tue, 23 Apr 2013)
New Revision: 55951
Modified:
grass/trunk/configure
grass/trunk/configure.in
Log:
minor error message cosmetic
Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure 2013-04-23 09:41:10 UTC (rev 55950)
+++ grass/trunk/configure 2013-04-23 09:52:03 UTC (rev 55951)
@@ -13139,7 +13139,7 @@
LDFLAGS=${ac_save_ldflags}
- { echo "configure: error: *** Unable to locate OpenCLfunctions library." 1>&2; exit 1; }
+ { echo "configure: error: *** Unable to locate OpenCL library." 1>&2; exit 1; }
fi
Modified: grass/trunk/configure.in
===================================================================
--- grass/trunk/configure.in 2013-04-23 09:41:10 UTC (rev 55950)
+++ grass/trunk/configure.in 2013-04-23 09:52:03 UTC (rev 55951)
@@ -1771,7 +1771,7 @@
LOC_CHECK_LIB_PATH(OpenCL,OpenCL,OCLLIBPATH)
# FIXME: -L${OCLLIBPATH} is not being added to the gcc conftest.c command. why not? (trac #1943?)
-LOC_CHECK_LIBS(OpenCL,clGetPlatformInfo,OpenCLfunctions,$OCLLIBPATH,OCLLIB,,,)
+LOC_CHECK_LIBS(OpenCL,clGetPlatformInfo,OpenCL,$OCLLIBPATH,OCLLIB,,,)
# expanded symbol check: yes? no?
#LOC_CHECK_FUNC(clGetPlatformInfo,OpenCL functions,OCLLIB,,,,,[
More information about the grass-commit
mailing list