Commit fb4de003 authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Fixed missing liblevmar in MKL linking group.

parent 61656781
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ AM_CONDITIONAL(USE_THREADS, test $use_pthreads = "yes")

############ handle the INTEL MKL library (FFTW + LAPACKe) ###########
if test "$enable_mkl" = "yes"; then
  convlibs="${srcdir}/wcs/libwcs_c.a"
  convlibs="${srcdir}/wcs/libwcs_c.a,${srcdir}/levmar/liblevmar.a"
  ACX_MKL($with_mkl_dir,yes,$enable_best_link,$convlibs)
  if test "$MKL_WARN" == ""; then
    AC_MSG_RESULT([yes])