X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=eb52e7e137e33a60c61062ebb7919958ab8c07a5;hb=bca8082d6d09a16a116c70001469a576b93157ce;hp=dcc0fb2e4322250bd611040fc2a204450c5cd790;hpb=926074bf3a4dfe8428bfc358c1d13b7328d93b3a;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index dcc0fb2e..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_NAME version $PACKAGE_VERSION configured successfully.]) - AC_MSG_RESULT if test "$DEBUG" = "yes"; then AC_MSG_RESULT([Creating a DEBUG build.])