quicklaunch: Fix cosmetic typo in configure output

This commit is contained in:
Derek Foreman 2016-11-08 14:46:32 -06:00
parent 2a96097a65
commit 875d861ed2
1 changed files with 1 additions and 1 deletions

View File

@ -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"