configure.in: Move AC_C_INLINE and friends to be checked before PA_ADD_CFLAGS
commit7729edf7224e39628bd342c3a3bb44c1753bdfb0
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 20 Dec 2014 08:35:51 +0000 (20 11:35 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sat, 20 Dec 2014 08:35:51 +0000 (20 11:35 +0300)
tree8c56ace25782c8ee05dcd5291d838831e11eed7c
parent9b05974022da69c12b8b190c6ad100402771e5ad
configure.in: Move AC_C_INLINE and friends to be checked before PA_ADD_CFLAGS

Looks like -Werror=missing-declarations revealed problem in
configure: the "inline" support has not been detected properly
leading to problem in building procedure.

Lets move AC_C_INLINE and etc to be tested before gcc flags.

Reported-by: NAKAI Yuta <nak5124@live.jp>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
configure.in