Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        configure.in 


Log Message:
Whitespace.

===================================================================
RCS file: /cvs/e/e16/e/configure.in,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -3 -r1.252 -r1.253
--- configure.in        1 Mar 2008 15:22:32 -0000       1.252
+++ configure.in        1 Mar 2008 16:38:05 -0000       1.253
@@ -294,7 +294,7 @@
 
 AC_ARG_ENABLE(roothacklib,
   [  --enable-roothacklib    build window mode helper library 
@<:@default=yes@:>@],,
-  enable_roothacklib=yes) 
+  enable_roothacklib=yes)
 if test "x$enable_roothacklib" = "xyes"; then
   AC_CHECK_LIB(dl, dlopen, DLOPEN_LIBS=-ldl, enable_roothacklib=no)
   AC_SUBST(DLOPEN_LIBS)
@@ -306,7 +306,7 @@
 
 AC_ARG_ENABLE(modules,
   [  --enable-modules        enable support for loadable modules 
@<:@default=no@:>@],,
-  enable_modules=no) 
+  enable_modules=no)
 if test "x$enable_modules" = "xyes"; then
   AC_CHECK_LIB(dl, dlopen, DLOPEN_LIBS=-ldl, enable_modules=no)
   AC_SUBST(DLOPEN_LIBS)
@@ -318,7 +318,7 @@
 
 AC_ARG_ENABLE(gcc-cpp,
   [  --enable-gcc-cpp        compile everything as if it were C++ 
@<:@default=no@:>@],,
-  enable_gcc_cpp=no) 
+  enable_gcc_cpp=no)
 if test "x$enable_gcc_cpp" = "xyes"; then
   CC="g++"
   CPPFLAGS="-x c++"



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to