add const and inline checks for the compiler

This commit is contained in:
Dana Jansens 2003-03-22 21:21:55 +00:00
parent 84a4e2ba22
commit ce7aa15dd7

View file

@ -21,6 +21,8 @@ AM_MAINTAINER_MODE
OB_DEBUG
# Pick compiler specific/build target flags, and set $CVS
OB_COMPILER_FLAGS
AC_C_CONST
AC_C_INLINE
PKG_CHECK_MODULES([GLIB], [glib-2.0])
AC_SUBST(GLIB_CFLAGS)