diff options
author | Derek Foreman <derekf@osg.samsung.com> | 2016-11-08 14:46:32 -0600 |
---|---|---|
committer | Derek Foreman <derekf@osg.samsung.com> | 2016-11-08 14:46:32 -0600 |
commit | 875d861ed29b84d54405835e21b441bda35d256e (patch) | |
tree | 4362d61784e86c1c019dcd53adfea77d54289533 /m4 | |
parent | 2a96097a658e0817c95f72b56d37879720886fa5 (diff) | |
download | efl-875d861ed29b84d54405835e21b441bda35d256e.tar.gz |
quicklaunch: Fix cosmetic typo in configure output
Diffstat (limited to 'm4')
-rw-r--r-- | m4/elm_quicklaunch.m4 | 2 |
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" |