X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=aa1cb6f5fdc10965fec6892bd454462abcc4ebcc;hb=b83d698671b16725b7f3baa0c459f9709fbc0f78;hp=b8c44c7a628ef1333c3f8d942d3ce12fea771106;hpb=92ddb7c2327432a5b7ca27557eb5727e46a7c9bd;p=pspp-builds.git diff --git a/configure.ac b/configure.ac index b8c44c7a..aa1cb6f5 100644 --- a/configure.ac +++ b/configure.ac @@ -129,6 +129,8 @@ if test x"$with_gui_tools" = x"yes" ; then fi AM_CONDITIONAL(WITH_GUI_TOOLS, test x"$with_gui_tools" = x"yes") +AM_CONDITIONAL(WITH_PERL_MODULE, test x"$cross_compiling" != x"yes") + AC_SEARCH_LIBS([cblas_dsdot], [gslcblas],,[PSPP_REQUIRED_PREREQ([libgslcblas])]) AC_SEARCH_LIBS([gsl_cdf_binomial_P], [gsl],,[PSPP_REQUIRED_PREREQ([libgsl (version 1.8 or later)])]) PSPP_GSL_NEEDS_FGNU89_INLINE