use autodetected python flags
authorAndreas Oberritter <obi@opendreambox.org>
Wed, 18 Jan 2006 01:31:00 +0000 (01:31 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Wed, 18 Jan 2006 01:31:00 +0000 (01:31 +0000)
configure.ac
main/Makefile.am

index 7c23c7f7492c7808b2853ef256367b4b616b2c61..6d2da019bdfdf01bc4035105311ad122f54c9eb8 100644 (file)
@@ -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"
index 33e6f34f3e9e81d359d790af5e62f930da016f40..bcf99ca56e2b069941abe6867dcedd645225b209 100644 (file)
@@ -27,7 +27,7 @@ enigma2_LDADD = \
        @SIGC_LIBS@ \
        @DVBSI_LIBS@ \
        @FRIBIDI_LIBS@ \
-       -ldl -lpthread -lcrypt -lresolv -lpython2.4
+       -ldl -lpthread -lcrypt -lresolv
 
 enigma2$(EXEEXT): $(enigma2_OBJECTS) $(enigma2_DEPENDENCIES) $(enigma2_LDADD_WHOLE)
 #      @rm -f enigma2$(EXEEXT)