Refine configure messages when checking for compiler options
authorIvan Maidanski <ivmai@mail.ru>
Wed, 15 Mar 2017 08:22:26 +0000 (11:22 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 15 Mar 2017 08:22:26 +0000 (11:22 +0300)
commit670c0a65fa50773db318ae95b5bcdda02b6a64a0
tree9cba261f3478dfd75b8233f2e0605780499eb82f
parent4473f59fcbd562d597b97c131098ea21602f0564
Refine configure messages when checking for compiler options

* configure.ac (AC_MSG_CHECKING, AC_MSG_RESULT): Refine message when
checking for a compiler option support (replace "gcc" with "compiler"),
and when reporting PIC option required; put string in [].
* configure.ac (AC_MSG_RESULT): Do not put string in quotes.
configure.ac