From ce7aa15dd72e7262914de2e66b98a4f89e379462 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 22 Mar 2003 21:21:55 +0000 Subject: [PATCH] add const and inline checks for the compiler --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 0aea8925..2d84162f 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.39.2