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 7c23c7f..6d2da01 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 33e6f34..bcf99ca 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)