diff options
Diffstat (limited to 'src/config.h.cmake')
-rw-r--r-- | src/config.h.cmake | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/config.h.cmake b/src/config.h.cmake index 8842734..e2673d2 100644 --- a/src/config.h.cmake +++ b/src/config.h.cmake @@ -8,5 +8,8 @@ language is requested. */ #define ENABLE_NLS 1 -/* Define Binutils linker version code */ -#cmakedefine LINKER_VERSION_C @LINKER_VERSION_C@ +/* Define to 1 if you have Binutils >= 2.34 */ +#cmakedefine HAVE_BFD_2_34 1 + +/* Define to 1 if you have Binutils >= 2.45 */ +#cmakedefine HAVE_BFD_2_45 1 |