aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gcc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gcc.h b/src/gcc.h
index 22b712af9..e921b4646 100644
--- a/src/gcc.h
+++ b/src/gcc.h
@@ -81,8 +81,8 @@
#ifdef __cplusplus
-#if !defined(__clang__) && defined(__GNUC__) && !GCC_CHECK_VERSION(4,5)
-#error Your gcc version is too old. MPD requires gcc 4.5 or newer.
+#if !defined(__clang__) && defined(__GNUC__) && !GCC_CHECK_VERSION(4,6)
+#error Your gcc version is too old. MPD requires gcc 4.6 or newer.
#endif
/* support for C++11 "override" was added in gcc 4.7 */