diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-12 11:00:52 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-12 11:00:52 +0000 |
| commit | 076a20ab4693ab85f5596082b5639c99bab4ee4c (patch) | |
| tree | e1e0b416750eb2b70a817e6752362cdcfcc11c6d /configure.ac | |
| parent | 0c95cd13c3c70cc69c5bddbf6420e326183d5934 (diff) | |
| download | enigma2-076a20ab4693ab85f5596082b5639c99bab4ee4c.tar.gz enigma2-076a20ab4693ab85f5596082b5639c99bab4ee4c.zip | |
disable mem leak checker
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e3548385..45e9a890 100644 --- a/configure.ac +++ b/configure.ac @@ -34,9 +34,9 @@ if test "$withsdl" = "yes" ; then fi # fixme: decent python stuff -CPPFLAGS="$CPPFLAGS $PYTHON_CPPFLAGS $MD5SUM_CFLAGS $FREETYPE_CFLAGS $FRIBIDI_CFLAGS $ID3TAG_CFLAGS $MAD_CFLAGS $PLUGINS_CFLAGS $PNG_CFLAGS $SIGC_CFLAGS $XMLTREE_CFLAGS $DVBSI_CFLAGS -DHAVE_CPP_FILT -DMEMLEAK_CHECK" +CPPFLAGS="$CPPFLAGS $PYTHON_CPPFLAGS $MD5SUM_CFLAGS $FREETYPE_CFLAGS $FRIBIDI_CFLAGS $ID3TAG_CFLAGS $MAD_CFLAGS $PLUGINS_CFLAGS $PNG_CFLAGS $SIGC_CFLAGS $XMLTREE_CFLAGS $DVBSI_CFLAGS" CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions -Wall" -LDFLAGS="$LDFLAGS -rdynamic $PYTHON_LDFLAGS" +LDFLAGS="$LDFLAGS $PYTHON_LDFLAGS" TUXBOX_APPS_GETTEXT |
