all repos — openbox @ ce7aa15dd72e7262914de2e66b98a4f89e379462

openbox fork - make it a bit more like ryudo

add const and inline checks for the compiler
Dana Jansens danakj@orodu.net
commit

ce7aa15dd72e7262914de2e66b98a4f89e379462

parent

84a4e2ba2235af92b2a9765347fd2b62f3a36303

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M configure.acconfigure.ac

@@ -21,6 +21,8 @@ # Determine build target

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)