gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r9906: Have 'dumpconfig' say about j


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9906: Have 'dumpconfig' say about jemalloc use; say about LIBINTL, not INTLIBS.
Date: Fri, 03 Oct 2008 10:06:08 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9906
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Fri 2008-10-03 10:06:08 +0200
message:
  Have 'dumpconfig' say about jemalloc use; say about LIBINTL, not INTLIBS.
modified:
  Makefile.am
=== modified file 'Makefile.am'
--- a/Makefile.am       2008-09-29 16:02:53 +0000
+++ b/Makefile.am       2008-10-03 08:06:08 +0000
@@ -212,8 +212,7 @@
        @echo " FREETYPE_LIBS is $(FREETYPE2_LIBS)"
        @echo " FONTCONFIG_CFLAGS is $(FONTCONFIG_CFLAGS)"
        @echo " FONTCONFIG_LIBS is $(FONTCONFIG_LIBS)"
-       @echo " INTLLIBS is $(INTLLIBS)"
-       @echo " LIBINTL is $(LIBINTL)"
+       @echo " LIBINTL is $(LIBINTL)"
 if HAVE_DMALLOC
        @echo " DMALLOC_CFLAGS is $(DMALLOC_CFLAGS)"
        @echo " DMALLOC_LIBS is $(DMALLOC_LIBS)"
@@ -318,6 +317,9 @@
 if XPCOM
        @echo " XPCOM support for Mozilla/Firefox"
 endif
+if JEMALLOC
+       @echo " Using jemalloc memory manager"
+endif
 
        @if test -n "$(EXTENSIONS_LIST)" ; then \
          echo "        Extensions added are: $(EXTENSIONS_LIST)"; \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]