Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:
removed some unneeded dummy assignments. spotted by vincent.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/configure.in,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -3 -r1.174 -r1.175
--- configure.in        23 Mar 2007 20:25:18 -0000      1.174
+++ configure.in        23 Mar 2007 22:07:18 -0000      1.175
@@ -201,18 +201,14 @@
 
 if test "x$want_ecore_x" = "xyes"; then
   AC_PATH_XTRA
-  AC_CHECK_HEADER(X11/X.h,
-    [
+  AC_CHECK_HEADER(X11/X.h, [
       AC_DEFINE(BUILD_ECORE_X, 1, [Build Ecore_X Module])
       have_ecore_x="yes"
       x_dir=${x_dir:-/usr/X11R6}
       x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}}
       x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11 -lXext"
       ecore_x_libs="-lecore_x $x_libs";
-    ],[
-      dummy=no
-    ]
-  )
+  ])
 fi
 
 AC_SUBST(x_cflags)
@@ -368,22 +364,14 @@
     ]
   )
 
-  AC_CHECK_HEADER(linux/fb.h,
-    [
-      AC_CHECK_HEADER(linux/input.h,
-        [
+  AC_CHECK_HEADER(linux/fb.h, [
+      AC_CHECK_HEADER(linux/input.h, [
           AC_DEFINE(BUILD_ECORE_FB, 1, [Build Ecore_FB Module])
           have_ecore_fb="yes"
           ecore_fb_libs="-lecore_fb";
           requirements_ecore_evas="$requirements_ecore_evas ecore-fb"
-        ], [
-          dummy=no
-        ]
-      )
-    ], [
-      dummy=no
-    ]
-  )
+      ])
+  ])
 fi
 
 AC_SUBST(tslib_libs)



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to