]> Dogcows Code - chaz/openbox/commitdiff
add const and inline checks for the compiler
authorDana Jansens <danakj@orodu.net>
Sat, 22 Mar 2003 21:21:55 +0000 (21:21 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 22 Mar 2003 21:21:55 +0000 (21:21 +0000)
configure.ac

index 0aea892587ec7137a82583b362dfd3d27098a836..2d84162ffe502f587e7339048b24a78edcbcab4a 100644 (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)
This page took 0.021033 seconds and 4 git commands to generate.