[Kst] kdeextragear-2/kst

Andrew Walker arwalker at sumusltd.com
Fri Feb 11 19:21:35 CET 2005


CVS commit by arwalker: 

Add condtional compile for RaNA.


  M +4 -0      configure.in.in   1.44


--- kdeextragear-2/kst/configure.in.in  #1.43:1.44
@@ -78,4 +78,5 @@
 GSL_CONVOLUTION_SUBDIR="gsl"
 GSL_CORRELATION_SUBDIR="gsl"
+GSL_RANA_SUBDIR="gsl"
 KDE_CHECK_HEADER(gsl/gsl_rng.h, ,[GSL_NOISE_SUBDIR=""] )
 KDE_CHECK_LIB(gsl, gsl_rng_alloc, ,[GSL_NOISE_SUBDIR=""], -lgslcblas -lm )
@@ -92,4 +93,6 @@
 KDE_CHECK_HEADER(gsl/gsl_fft_real.h, ,[GSL_CORRELATION_SUBDIR=""] )
 KDE_CHECK_LIB(gsl, gsl_fft_real_wavetable_alloc, ,[GSL_CORRELATION_SUBDIR=""], -lgslcblas -lm )
+KDE_CHECK_HEADER(gsl/gsl_fit.h, ,[GSL_RANA_SUBDIR=""] )
+KDE_CHECK_LIB(gsl, gsl_fit_linear, ,[GSL_RANA_SUBDIR=""], -lgslcblas -lm )
 AM_CONDITIONAL(include_noise_plugins, test -n "$GSL_NOISE_SUBDIR")
 AM_CONDITIONAL(include_fits_plugins, test -n "$GSL_FITS_SUBDIR")
@@ -99,4 +102,5 @@
 AM_CONDITIONAL(include_convolution_plugins, test -n "$GSL_CONVOLUTION_SUBDIR")
 AM_CONDITIONAL(include_correlation_plugins, test -n "$GSL_CORRELATION_SUBDIR")
+AM_CONDITIONAL(include_rana, test -n "$GSL_RANA_SUBDIR")
 
 FITSIO_LIBS="-lcfitsio -lm"




More information about the Kst mailing list