]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
use a context enum instead of quarks
[chaz/openbox] / configure.ac
index e5069b2ca65f84670dfa832322da94de92b5badc..eb52e7e137e33a60c61062ebb7919958ab8c07a5 100644 (file)
@@ -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.])
This page took 0.021267 seconds and 4 git commands to generate.