X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=a020b3f6e70ee35c0e86feebb8bca9e066369f08;hb=e4eec8a0e8e5d06d3e375e4df98b7d9f74edd9f1;hp=37edbdb7260b9ab6f87d407044b9f34caa17040b;hpb=1195caf0c998e80d3e7195a0452a14e7b4194077;p=pspp-builds.git diff --git a/configure.ac b/configure.ac index 37edbdb7..a020b3f6 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ AC_CHECK_LIB(gmp, mpf_get_str,, AC_CHECK_LIB(gslcblas,main,,AC_MSG_ERROR([You must install libgslcblas])) AC_CHECK_LIB(gsl, gsl_cdf_chisq_Q,, - AC_MSG_ERROR([You must install libgsl version 1.4 or later])) + AC_MSG_ERROR([You must install libgsl version 1.4 or later])) AC_CHECK_LIB(gnugetopt,getopt_long) AC_CHECK_FUNC(getopt_long,,