Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion/m4


Modified Files:
        gst-element-check.m4 


Log Message:
kill bogus code

===================================================================
RCS file: /cvs/e/e17/libs/emotion/m4/gst-element-check.m4,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- gst-element-check.m4        18 Apr 2006 22:15:09 -0000      1.3
+++ gst-element-check.m4        21 Apr 2006 00:32:04 -0000      1.4
@@ -6,13 +6,13 @@
 
 AC_DEFUN([AM_GST_ELEMENT_CHECK],
 [
-  if test "x$GST_INSPECT" == "x"; then
+  if test "x$GST_INSPECT" = "x"; then
     AC_CHECK_PROGS(GST_INSPECT, gst-inspect gst-inspect-0.10, [])
   fi
 
   if test "x$GST_INSPECT" != "x"; then
     AC_MSG_CHECKING(GStreamer element $1)
-    if [ $GST_INSPECT $1 > /dev/null 2> /dev/null ]; then
+    if $GST_INSPECT $1 > /dev/null 2> /dev/null ; then
       AC_MSG_RESULT(found.)
       $2
     else




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to