diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-09 21:39:38 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-09 21:39:38 +0100 |
commit | b3711ada7af3a2d1fd43879099d8fc7f9181a9e9 (patch) | |
tree | b80242270f47de6417d4c1215457def16f97b94e /configure.ac | |
parent | fee10f8e82a08a4c8e8ac086dfacdcb317be4b38 (diff) |
typo
Change-Id: I8bc95282b709dcf47469b09326d434297976b6d0
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 2d34934e6ec8..6607ffa6dbf7 100644 --- a/configure.ac +++ b/configure.ac @@ -6456,7 +6456,7 @@ if test "$GCC" = "yes" -o "$COM_IS_CLANG" = TRUE; then fi AC_SUBST(HAVE_GCC_PRAGMA_OPERATOR) -HAVE_GCC_FNO_FNO_SIZED_DEALLOCATION= +HAVE_GCC_FNO_SIZED_DEALLOCATION= if test "$GCC" = yes; then AC_MSG_CHECKING([whether $CXX supports -fno-sized-deallocation]) AC_LANG_PUSH([C++]) |