diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-14 10:14:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-14 10:14:18 +0200 |
commit | 2c975878ff82eb911e488359f7f3fdb7ec104584 (patch) | |
tree | ee78a4aff47a2343376da7bb2f977420e639a0a5 /config_host | |
parent | 068c04fb06806a9345c0059545d19a416d7e60b7 (diff) |
Pass ENABLE_LIBLANGTAG into code via config_liblangtag.h
...so changes to ENABLE_LIBLANGTAG during configure cause proper recompilation
of source code
Change-Id: I282623c885b83e3bf7d94f6f364c5031c012f058
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_liblangtag.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host/config_liblangtag.h.in b/config_host/config_liblangtag.h.in index f639fb76c11a..18a9c122276e 100644 --- a/config_host/config_liblangtag.h.in +++ b/config_host/config_liblangtag.h.in @@ -1,6 +1,7 @@ #ifndef CONFIG_LIBLANGTAG_H #define CONFIG_LIBLANGTAG_H +#define ENABLE_LIBLANGTAG 0 #define LIBLANGTAG_INLINE_FIX 0 #endif |