From 9a2b0c07a12e7dc52699b47017a0bda21b3acc79 Mon Sep 17 00:00:00 2001 From: Daniel Jahre Date: Mon, 27 Mar 2006 09:06:10 +0000 Subject: [PATCH] Daniel Jahre: redefined the gcc4 check for fftw3 [2006031517204208065] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7341 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/sirkull/fftw3/fftw3.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/sirkull/fftw3/fftw3.conf b/package/sirkull/fftw3/fftw3.conf index 618a0ea80..b2a506e97 100644 --- a/package/sirkull/fftw3/fftw3.conf +++ b/package/sirkull/fftw3/fftw3.conf @@ -26,7 +26,8 @@ if [ $arch_machine = i686 -o $arch_machine = i586 -o $arch_machine = i486 -o $ar echo "Enable i386 hacks" fi -if [ $ROCKCFG_DEFAULT_CC="gcc40" ]; then +#if [ $ROCKCFG_DEFAULT_CC="gcc40" ]; then +if [ "${ROCKCFG_DEFAULT_CC}" == "gcc40" ]; then export F77="/usr/bin/gfortran-40" fi