Enlightenment CVS committal Author : englebass Project : e17 Module : libs/efreet
Dir : e17/libs/efreet Modified Files: configure.in Log Message: enable sloppy spec by default. =================================================================== RCS file: /cvs/e/e17/libs/efreet/configure.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- configure.in 4 Apr 2007 10:41:53 -0000 1.4 +++ configure.in 4 Apr 2007 10:50:35 -0000 1.5 @@ -53,8 +53,8 @@ fi AC_ARG_ENABLE(sloppy-spec, - [AC_HELP_STRING([--enable-sloppy-spec],[Enable sloppy spec compliance])], - [enable_sloppy_spec=$enableval], [enable_sloppy_spec="auto"]) + [AC_HELP_STRING([--disable-sloppy-spec],[Enable sloppy spec compliance])], + [enable_sloppy_spec=$enableval], [enable_sloppy_spec="yes"]) if test "x$enable_sloppy_spec" = "xyes" ; then AC_DEFINE(SLOPPY_SPEC, 1, [Sloppy Spec Compliance]) fi ------------------------------------------------------------------------- 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