summaryrefslogtreecommitdiffstats
path: root/src/config.h.cmake
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-01-27 01:37:31 +0100
committerSlávek Banko <[email protected]>2020-01-27 01:38:40 +0100
commit40ea76aed7dcf2d50d25b1ffa173746d2d17492f (patch)
treeb81bab0979a2b0d5fe7d90a724665140ad3df095 /src/config.h.cmake
parent68ff5724cbc71284e1847f410917334c52d6a3dc (diff)
downloadlibr-40ea76aed7dcf2d50d25b1ffa173746d2d17492f.tar.gz
libr-40ea76aed7dcf2d50d25b1ffa173746d2d17492f.zip
Fix FTBFS with binutils 2.34.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 0e3a275c7d9b33dd6d98a44c82a8e3ed37ec97f0)
Diffstat (limited to 'src/config.h.cmake')
-rw-r--r--src/config.h.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.h.cmake b/src/config.h.cmake
new file mode 100644
index 0000000..5b0870f
--- /dev/null
+++ b/src/config.h.cmake
@@ -0,0 +1,7 @@
+
+/* Define to 1 if translation of program messages to the user's native
+ language is requested. */
+#define ENABLE_NLS 1
+
+/* Define to 1 if you have Binutils >= 2.34 */
+#cmakedefine HAVE_BFD_2_34 1