summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDerek Foreman <derekf@osg.samsung.com>2016-11-08 14:46:32 -0600
committerDerek Foreman <derekf@osg.samsung.com>2016-11-08 14:46:32 -0600
commit875d861ed29b84d54405835e21b441bda35d256e (patch)
tree4362d61784e86c1c019dcd53adfea77d54289533 /m4
parent2a96097a658e0817c95f72b56d37879720886fa5 (diff)
downloadefl-875d861ed29b84d54405835e21b441bda35d256e.tar.gz
quicklaunch: Fix cosmetic typo in configure output
Diffstat (limited to 'm4')
-rw-r--r--m4/elm_quicklaunch.m42
1 files changed, 1 insertions, 1 deletions
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"