aboutsummaryrefslogtreecommitdiffstats
path: root/src/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.ac b/src/configure.ac
index d53444b8450..56080e13b7b 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -130,7 +130,7 @@ AC_DEFUN([CC_CHECK_FLAG],
[cc_flag_check=yes],
[cc_flag_check=no]
)
- AC_MSG_RESULT([$c_flag_check])
+ AC_MSG_RESULT([$cc_flag_check])
CFLAGS="$ac_saved_cflags"
AC_LANG_POP([C])
])