fix: fix typo in x_ac_qe_fft

This commit is contained in:
Pietro Delugas 2023-08-23 16:04:22 +02:00
parent 8fd49b7079
commit c89ce20b5f
3 changed files with 2160 additions and 1380 deletions

4
install/aclocal.m4 vendored
View File

@ -1,6 +1,6 @@
# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
# generated automatically by aclocal 1.16.5 -*- Autoconf -*-
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,

3530
install/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -150,10 +150,10 @@ if test "$fft_libs" = ""; then
then
try_dflags="$try_dflags -D__FFTW3"
try_incdir="$FFTW_INCLUDE $FFTW_INC $INCLUDE_PATH $CPATH $FPATH"
orig_fflags="$FFLAGS"
orig_fflags="$FCFLAGS"
for inc in $try_incdir
do
FFLAGS="$orig_fflags -I$inc"
FCFLAGS="$orig_fflags -I$inc"
AC_COMPILE_IFELSE([use iso_c_binding
include "fftw3.f03"
end],have_fft_include=1,)
@ -163,7 +163,7 @@ end],have_fft_include=1,)
break
fi
done
FFLAGS="$orig_fflags"
FCFLAGS="$orig_fflags"
break
fi