aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/projectM/cwrapper/projectM-cwrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/projectM/cwrapper/projectM-cwrapper.cpp b/src/lib/projectM/cwrapper/projectM-cwrapper.cpp
index 8e0c4c84..c6524339 100644
--- a/src/lib/projectM/cwrapper/projectM-cwrapper.cpp
+++ b/src/lib/projectM/cwrapper/projectM-cwrapper.cpp
@@ -9,7 +9,7 @@
#endif
#ifndef __APPLE__
- #if (__GNUC__ == 4 && __GNUC_MINOR__ < 6 )
+ #if (__GNUC__ == 4 && __GNUC_MINOR__ < 5 )
// library (which is the case if the fpc pascal compiler is used).
// Otherwise compilation fails with "undefined reference to __dso_handle"
// resolved with gcc 4.6.*