From: Dana Jansens Date: Sat, 22 Mar 2003 21:21:55 +0000 (+0000) Subject: add const and inline checks for the compiler X-Git-Tag: openbox-3_0-rc1-RELEASE~1768 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ce7aa15dd72e7262914de2e66b98a4f89e379462;p=dana%2Fopenbox.git add const and inline checks for the compiler --- 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)