--- trunk/configure.ac 2012/04/13 23:08:07 1838 +++ trunk/configure.ac 2012/04/13 23:13:16 1839 @@ -118,11 +118,13 @@ AC_CHECK_HEADERS([CL/cl.h OpenCL/cl.h], [HAVE_CL_H="yes"], [HAVE_CL_H="no"]) if test x"$HAVE_CL_H" = xno ; then # check for AMD's SDK + AC_MSG_CHECKING([for cl.h in AMD's SDK]) if test -d /opt/AMDAPP/include/CL ; then HAVE_CL_H="yes" AC_DEFINE([HAVE_CL_CL_H]) CPPFLAGS_CL="-I/opt/AMDAPP/include" fi + AC_MSG_RESULT([$HAVE_CL_H]) fi if test x"$HAVE_CL_H" = xno ; then AC_MSG_WARN([no cl.h found])
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: G_RESULT([$HAVE_CL_H]) fi if test x"$HAVE_CL_H" = xno ; then AC_MSG_WARN([no cl.h found])