|
Line 0
Link Here
|
|
|
1 |
--- configure.orig 2013-04-23 18:48:24 UTC |
| 2 |
+++ configure |
| 3 |
@@ -16584,7 +16584,7 @@ if ${ac_cv_lib_fftw3_fftw_plan_dft_r2c_1d+:} false; th |
| 4 |
$as_echo_n "(cached) " >&6 |
| 5 |
else |
| 6 |
ac_check_lib_save_LIBS=$LIBS |
| 7 |
-LIBS="-lfftw3 $LIBS" |
| 8 |
+LIBS="-lfftw3 -lfftw3_threads $LIBS" |
| 9 |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 10 |
/* end confdefs.h. */ |
| 11 |
|
| 12 |
@@ -16615,7 +16615,7 @@ fi |
| 13 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fftw3_fftw_plan_dft_r2c_1d" >&5 |
| 14 |
$as_echo "$ac_cv_lib_fftw3_fftw_plan_dft_r2c_1d" >&6; } |
| 15 |
if test "x$ac_cv_lib_fftw3_fftw_plan_dft_r2c_1d" = xyes; then : |
| 16 |
- CPPFLAGS="$CPPFLAGS -Dcimg_use_fftw3" LIBS="$LIBS -lfftw3" |
| 17 |
+ CPPFLAGS="$CPPFLAGS -Dcimg_use_fftw3" LIBS="$LIBS -lfftw3 -lfftw3_threads" |
| 18 |
else |
| 19 |
if test "x$with_fftw" = "xyes"; then : |
| 20 |
as_fn_error $? "FFTW support requested but library not found" "$LINENO" 5 |