aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--version.h.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/version.h.in b/version.h.in
index b457555..6167278 100644
--- a/version.h.in
+++ b/version.h.in
@@ -25,7 +25,9 @@
25#ifdef __VERSION__ 25#ifdef __VERSION__
26#define __fluxbox_compiler_version __VERSION__ 26#define __fluxbox_compiler_version __VERSION__
27 27
28#ifdef __GNUG__ 28#ifdef __clang__
29#define __fluxbox_compiler "CLANG"
30#elif defined(__GNUG__)
29#define __fluxbox_compiler "GCC" 31#define __fluxbox_compiler "GCC"
30#endif // __GNUG__ 32#endif // __GNUG__
31 33