From 855cb4d2ad6f59906ea4b46fe2e3fdb7d44b3d40 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 12 Jun 2008 18:46:27 +0000 Subject: [PATCH] A better solution, that won't break everyone's builds. --- panda/src/mathutil/fftCompressor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/mathutil/fftCompressor.cxx b/panda/src/mathutil/fftCompressor.cxx index f04f7eb92c..66ddfef36d 100644 --- a/panda/src/mathutil/fftCompressor.cxx +++ b/panda/src/mathutil/fftCompressor.cxx @@ -31,7 +31,7 @@ #undef howmany #endif -#ifdef IS_OSX +#ifdef HAVE_DRFFTW_H #include "drfftw.h" #else #include "rfftw.h"