Enlightenment CVS committal Author : vapier Project : e17 Module : libs/ecore
Dir : e17/libs/ecore Modified Files: configure.in Log Message: remove pointless [] around if tests =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v retrieving revision 1.115 retrieving revision 1.116 diff -u -3 -r1.115 -r1.116 --- configure.in 15 Oct 2005 10:37:37 -0000 1.115 +++ configure.in 20 Oct 2005 00:16:16 -0000 1.116 @@ -464,7 +464,7 @@ AC_ARG_ENABLE(ecore-dfb, [ --disable-ecore-dfb disable the ecore_dfb module], [ - if [ test "$enableval" = "yes" ]; then + if test "$enableval" = "yes" ; then AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) @@ -663,7 +663,7 @@ AC_ARG_ENABLE(ecore-evas-dfb, [ --disable-ecore-evas-dfb disable DirectFB in the ecore_evas module], [ - if [ test "$enableval" = "yes" ]; then + if test "$enableval" = "yes" ; then AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs