X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=configure.ac;h=eb52e7e137e33a60c61062ebb7919958ab8c07a5;hb=747679b80728d7903c39cafa7f0c1756c59a48ea;hp=e5069b2ca65f84670dfa832322da94de92b5badc;hpb=d447dc0f59619d26073699d9f81d7de77c200be4;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index e5069b2c..eb52e7e1 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,10 @@ OB_COMPILER_FLAGS AC_C_CONST AC_C_INLINE +# XXX ADD --disable-nls option to this XXX +CPPFLAGS="$CPPFLAGS -DENABLE_NLS" +# XXX XXX + PKG_CHECK_MODULES([GLIB], [glib-2.0]) AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS) @@ -75,9 +79,6 @@ AC_CONFIG_FILES([build/Makefile.incl]) # themes/openbox/Makefile]) AC_OUTPUT -AC_MSG_RESULT -AC_MSG_RESULT([$PACKAGE version $VERSION configured successfully.]) - AC_MSG_RESULT if test "$DEBUG" = "yes"; then AC_MSG_RESULT([Creating a DEBUG build.])