Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion


Modified Files:
        configure.in 


Log Message:
fix misc broken whitespace

===================================================================
RCS file: /cvs/e/e17/libs/emotion/configure.in,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- configure.in        2 Apr 2006 18:26:27 -0000       1.34
+++ configure.in        21 Apr 2006 00:45:52 -0000      1.35
@@ -58,7 +58,7 @@
 else
   AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${datadir}/${PACKAGE}", [Package Data 
Directory])
 fi
-         
+
 dnl Set PACKAGE_BIN_DIR in config.h.
 if test "x${bindir}" = 'xNONE'; then
   if test "x${prefix}" = "xNONE"; then
@@ -174,15 +174,15 @@
           HAVE_GSTPLUG="yes", HAVE_GSTPLUG="no")
        AC_MSG_RESULT($HAVE_GSTPLUG)
 
-        AM_GST_ELEMENT_CHECK(
-           [ffmpeg],
-           [HAVE_GSTFFMPEG="yes"],
-           [HAVE_GSTFFMPEG="no"])
-
-        AM_GST_ELEMENT_CHECK(
-           [cdiocddasrc],
-           [HAVE_GSTCDIOCDDASRC="yes"],
-           [HAVE_GSTCDIOCDDASRC="no"])
+       AM_GST_ELEMENT_CHECK(
+          [ffmpeg],
+          [HAVE_GSTFFMPEG="yes"],
+          [HAVE_GSTFFMPEG="no"])
+
+       AM_GST_ELEMENT_CHECK(
+          [cdiocddasrc],
+          [HAVE_GSTCDIOCDDASRC="yes"],
+          [HAVE_GSTCDIOCDDASRC="no"])
 fi
 if test "$enable_gstreamer$HAVE_GSTREAMER" = "yesno" ; then
        AC_MSG_RESULT(gstreamer not found)
@@ -204,20 +204,20 @@
                fi
                requirements="$requirements gstreamer"
                GSTPLUG_MSG="yes"
-        else
+       else
                requirements="$requirements gstreamer"
                GSTPLUG_MSG="yes"
        fi
        if test "$HAVE_GSTCDIOCDDASRC" = "no"; then
                AC_MSG_WARN([You should install gstreamer-plugins-good and make 
sure that the cdiocddasrc element is installed])
                GSTCDDA_MSG="no (you should install gst-plugins-good and the 
cdiocddasrc element)"
-        else
+       else
                requirements="$requirements gstreamer"
                GSTCDDA_MSG="yes"
        fi
 fi
 if test "$HAVE_XINE$HAVE_GSTREAMER" = "nono" ; then
-   AC_MSG_ERROR([Xine or Gstreamer must be installed to build emotion])
+       AC_MSG_ERROR([Xine or Gstreamer must be installed to build emotion])
 fi
 
 AM_CONDITIONAL([BUILD_XINE_MODULE], [test "$HAVE_XINE" = yes])




-------------------------------------------------------
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