summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-31 15:47:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-03-31 15:47:54 +0200
commit4c363dd65a18e9b8d4dcd1b0aaf545a40c3dbec5 (patch)
treef69878c3b6dc533157febb1737e6b949575e8bdd /config_host
parentf0070f535f34d69ac2bb198e4673e06552756b8b (diff)
Typo in HAVE_BROKEN_STATIC_INITILIZER_LIST
Change-Id: Ia29868d1832b529d438a5a5448b751683c226846
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_global.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in
index c7c5987cd19d..dd959a9fd170 100644
--- a/config_host/config_global.h.in
+++ b/config_host/config_global.h.in
@@ -22,7 +22,7 @@ Any change in this header will cause a rebuild of almost everything.
#define HAVE_GCC_DEPRECATED_MESSAGE 0
#define HAVE_THREADSAFE_STATICS 0
#define HAVE_BROKEN_CONST_ITERATORS 0
-#define HAVE_BROKEN_STATIC_INITILIZER_LIST 0
+#define HAVE_BROKEN_STATIC_INITIALIZER_LIST 0
#define HAVE_SYSLOG_H 0
/* Compiler supports __attribute__((warn_unused)). */
#define HAVE_GCC_ATTRIBUTE_WARN_UNUSED 0