Fixed some problems which prevented compiling on Debian woody.
[pspp-builds.git] / configure.ac
index 37edbdb7260b9ab6f87d407044b9f34caa17040b..a020b3f6e70ee35c0e86feebb8bca9e066369f08 100644 (file)
@@ -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,,