diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-31 15:47:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-31 15:47:54 +0200 |
commit | 4c363dd65a18e9b8d4dcd1b0aaf545a40c3dbec5 (patch) | |
tree | f69878c3b6dc533157febb1737e6b949575e8bdd /configure.ac | |
parent | f0070f535f34d69ac2bb198e4673e06552756b8b (diff) |
Typo in HAVE_BROKEN_STATIC_INITILIZER_LIST
Change-Id: Ia29868d1832b529d438a5a5448b751683c226846
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9b88fd480e9c..7ee051c8b766 100644 --- a/configure.ac +++ b/configure.ac @@ -12692,7 +12692,7 @@ LIBS=$save_LIBS CXXFLAGS=$save_CXXFLAGS AC_MSG_RESULT([$broken]) if test "$broken" = yes; then - AC_DEFINE([HAVE_BROKEN_STATIC_INITILIZER_LIST]) + AC_DEFINE([HAVE_BROKEN_STATIC_INITIALIZER_LIST]) fi |