Done by pkg-config
authorsebastid <sebastid>
Tue, 4 Oct 2005 13:17:32 +0000 (13:17 +0000)
committersebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 4 Oct 2005 13:17:32 +0000 (13:17 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@17160 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.in

index dc96a60..693bb25 100644 (file)
@@ -151,8 +151,6 @@ AC_ARG_ENABLE(gstreamer,
 HAVE_GSTREAMER="no"
 HAVE_GSTPLUG="no"
 if test "$enable_gstreamer" != "no" ; then
-       gstreamer_cflags=
-       gstreamer_libs=
 
        dnl Gstreamer version requirement
        GST_REQS=0.8.10
@@ -168,9 +166,6 @@ if test "$enable_gstreamer" != "no" ; then
           gstreamer-plugins-$GST_MAJORMINOR >= $GSTPLUG_REQS,
           HAVE_GSTPLUG="yes", HAVE_GSTPLUG="no")
        AC_MSG_RESULT($HAVE_GSTPLUG)
-
-       AC_SUBST(GST_CFLAGS)
-       AC_SUBST(GST_LIBS)
 fi
 if test "$enable_gstreamer$HAVE_GSTREAMER" = "yesno" ; then
        AC_MSG_ERROR(gstreamer not found)