summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-22 21:21:55 +0000
committerDana Jansens <danakj@orodu.net>2003-03-22 21:21:55 +0000
commitce7aa15dd72e7262914de2e66b98a4f89e379462 (patch)
tree081a68ba88f82e00bb14b969f2df8c7ca54b1f4c
parent84a4e2ba2235af92b2a9765347fd2b62f3a36303 (diff)
add const and inline checks for the compiler
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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)