]> git.pld-linux.org Git - packages/fftw3.git/blame - fftw3-flags.patch
honour rpm compiler flags with autoconf 2.70
[packages/fftw3.git] / fftw3-flags.patch
CommitLineData
e0a749d1
JP
1--- fftw-3.3.8/m4/ax_cc_maxopt.m4.orig 2018-05-24 14:03:22.000000000 +0200
2+++ fftw-3.3.8/m4/ax_cc_maxopt.m4 2021-08-30 21:58:51.863783698 +0200
3@@ -26,7 +26,7 @@
4 AC_REQUIRE([AC_CANONICAL_HOST])
5
6 # Try to determine "good" native compiler flags if none specified via CFLAGS
7-if test "$ac_test_CFLAGS" != "set"; then
8+if test "x$ac_test_CFLAGS" = "x"; then
9 CFLAGS=""
10 case $ax_cv_c_compiler_vendor in
11 dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host"
This page took 0.074927 seconds and 4 git commands to generate.