diff options
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 07add2cc..30e803f7 100644 --- a/configure.ac +++ b/configure.ac @@ -94,6 +94,7 @@ AS_IF([test "x$enable_cbf" != "xno"], AS_IF([test x$have_cbflib = xtrue], [ AC_DEFINE([HAVE_CBFLIB], [1], [Define to 1 if CBFlib is available]) + AC_MSG_NOTICE([CBFlib found.]) ]) AC_ARG_WITH(opencl, AS_HELP_STRING([--with-opencl], [Use OpenCL])) |