Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        configure.in 


Log Message:
remove pointless [] around if tests and make sure we quote properly for -z tests
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/configure.in,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -3 -r1.92 -r1.93
--- configure.in        9 Oct 2005 04:22:18 -0000       1.92
+++ configure.in        12 Oct 2005 23:22:34 -0000      1.93
@@ -43,7 +43,7 @@
 PKG_CHECK_MODULES(VALGRIND, valgrind >= 2.4.0, have_valgrind=yes, 
have_valgrind=no)
 AC_ARG_ENABLE(valgrind,
   [  --enable-valgrind               enable valgrind support], [
-      if [ test "$enableval" = "yes" ]; then
+      if test x"$enableval" = x"yes" ; then
         AC_MSG_RESULT(yes)
         have_valgrind="yes"
       else




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

Reply via email to