Browse Source

A better solution, that won't break everyone's builds.

rdb 17 years ago
parent
commit
855cb4d2ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/mathutil/fftCompressor.cxx

+ 1 - 1
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"