diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2006-01-18 01:31:00 +0000 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2006-01-18 01:31:00 +0000 |
| commit | 868ce0acf9b570870c4d24bc0b7e21f018f185a7 (patch) | |
| tree | 8832b64bfa863a6a2b11a440fc57539a8c6bb311 /configure.ac | |
| parent | 64aaac1ba50192158d55465e9515e9692c1c2580 (diff) | |
| download | enigma2-868ce0acf9b570870c4d24bc0b7e21f018f185a7.tar.gz enigma2-868ce0acf9b570870c4d24bc0b7e21f018f185a7.zip | |
use autodetected python flags
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7c23c7f7..6d2da019 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,6 @@ if test "$withsdl" = "yes" ; then AC_DEFINE_UNQUOTED([WITH_SDL],[$withsdl],[With SDL]) fi -# fixme: decent python stuff CPPFLAGS="$CPPFLAGS $PYTHON_CPPFLAGS $MD5SUM_CFLAGS $FREETYPE_CFLAGS $FRIBIDI_CFLAGS $ID3TAG_CFLAGS $MAD_CFLAGS $PLUGINS_CFLAGS $PNG_CFLAGS $SDL_CFLAGS $SIGC_CFLAGS $XMLTREE_CFLAGS $DVBSI_CFLAGS" CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions -Wall" LDFLAGS="$LDFLAGS $PYTHON_LDFLAGS $SDL_LDFLAGS" |
