diff --git a/tracy/configure.ac b/tracy/configure.ac index 08df1c13bda4f60a6b67d71fc14769364c377c6a..39b994b8086062bedbb0652e85396bd46e32b85d 100644 --- a/tracy/configure.ac +++ b/tracy/configure.ac @@ -65,6 +65,11 @@ AC_FUNC_MALLOC # NR #AC_SEARCH_LIBS([dsvbk], [recipes_c_icc]) +# GSL +AC_CHECK_HEADER([gsl/gsl_matrix.h], , [AC_MSG_ERROR( + [Couldn't find the GSL header files (I searched for <gsl/gsl_matrix.h> \ + on the include path). If you are using a package manager, don't forget \ + to install the libgsl-devel package, as well as libgsl itself.])]) # Checks for header files. AC_CHECK_HEADERS([stdlib.h string.h])