X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=109330f10f2025d367dfea48610c421e0cac80aa;hb=refs%2Fheads%2Fctables7;hp=3aa807cee9da19bc15c71ce95b602fb37d39cd3e;hpb=37cf21cfd0754b6fd196098968df3bdc1c2473a9;p=pspp diff --git a/configure.ac b/configure.ac index 3aa807cee9..109330f10f 100644 --- a/configure.ac +++ b/configure.ac @@ -65,7 +65,7 @@ AM_CONDITIONAL(cc_is_gcc, test x"$GCC" = x"yes" ) AM_CONDITIONAL(host_is_w32, [case $host_os in mingw*) true;; *) false;; esac] ) PSPP_PERL -PSPP_PYTHON +PSPP_PYTHON3 AC_CHECK_PROGS([TEX], [tex], [no]) AC_SUBST([TEX]) @@ -259,21 +259,7 @@ AC_DEFINE( [crc32], [gl_crc32], [Avoid making zlib call gnulib's crc32() instead of its own.]) -AC_ARG_WITH( - [perl-module], - [AS_HELP_STRING([--without-perl-module], [do not build the Perl module])], - [case $with_perl_module in # ( - yes|no) ;; # ( - *) AC_MSG_FAILURE([--with-perl-module argument must be 'yes' or 'no']) ;; - esac - WITH_PERL_MODULE=$with_perl_module], - [if test x"$cross_compiling" != x"yes"; then - WITH_PERL_MODULE=yes - else - WITH_PERL_MODULE=no - fi]) -AC_SUBST([WITH_PERL_MODULE]) -AM_CONDITIONAL(WITH_PERL_MODULE, test $WITH_PERL_MODULE = yes) +PSPP_PERL_MODULE AC_SEARCH_LIBS([cblas_dsdot], [gslcblas],,[PSPP_REQUIRED_PREREQ([libgslcblas])]) PKG_CHECK_MODULES([GSL], [gsl >= 1.13], [],