[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdemultimedia/juk
From:       Michael Pyne <michael.pyne () kdemail ! net>
Date:       2004-12-01 2:23:00
Message-ID: 20041201022300.41F0F1B918 () office ! kde ! org
[Download RAW message or body]

CVS commit by mpyne: 

Remove references to CFLAGS_GST, as they are never used later (but GST_CFLAGS is), \
and it breaks building juk for some people.


  M +2 -3      configure.in.in   1.24


--- kdemultimedia/juk/configure.in.in  #1.23:1.24
@@ -49,5 +49,5 @@
 dnl Give error if we don't have gstreamer
 if test "x$have_gst" = "xno"; then
-        CFLAGS_GST=""
+        GST_CFLAGS=""
         LDADD_GST=""
         LDFLAGS_GST=""
@@ -55,5 +55,4 @@
         AC_DEFINE(HAVE_GSTREAMER, 0, [have GStreamer])
 else
-        CFLAGS_GST=$GST_CFLAGS
         LDADD_GST=`$PKG_CONFIG --libs-only-l gstreamer-$GST_MAJORMINOR`
         LDFLAGS_GST=`$PKG_CONFIG --libs-only-other gstreamer-$GST_MAJORMINOR`
@@ -64,5 +63,5 @@
         LDADD_GST="$LDADD_GST $LIBDIRS_GST"
 
-        AC_SUBST(CFLAGS_GST)
+        AC_SUBST(GST_CFLAGS)
         AC_SUBST(LDADD_GST)
         AC_SUBST(LDFLAGS_GST)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic