From 875d861ed29b84d54405835e21b441bda35d256e Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Tue, 8 Nov 2016 14:46:32 -0600 Subject: [PATCH] quicklaunch: Fix cosmetic typo in configure output --- m4/elm_quicklaunch.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/elm_quicklaunch.m4 b/m4/elm_quicklaunch.m4 index 3db9945f02..b51ff0f516 100644 --- a/m4/elm_quicklaunch.m4 +++ b/m4/elm_quicklaunch.m4 @@ -8,7 +8,7 @@ dnl add -pie -rdynamic to LDFLAGS and -fpie to CFLAGS AC_DEFUN([ELM_QUICKLAUNCH], [ -AC_MSG_CHECKING([If the compiler as what it takes to do quicklaunch (-pie -rdynamic)]) +AC_MSG_CHECKING([If the compiler has what it takes to do quicklaunch (-pie -rdynamic)]) old_LDFLAGS="$LDFLAGS" old_CFLAGS="$CFLAGS"