Fix fftw3f detection

This commit is contained in:
Simon Robertshaw 2012-07-07 20:13:51 +01:00
parent 6d49b70df2
commit e66b250e99

View File

@ -68,7 +68,7 @@ if not conf.CheckLib('SDL'):
#Check for FFT lib
if conf.CheckLib('fftw3f'):
fftLib = "fftw3f"
if conf.CheckLib('fftw3f-3'):
elif conf.CheckLib('fftw3f-3'):
fftLib = "fftw3f-3"
else:
print "libfftw3f not found or not installed"