Enlightenment CVS committal Author : devilhorns Project : e_modules Module : screenshot
Dir : e_modules/screenshot Modified Files: configure.in Log Message: Bail if emprint isn't found. =================================================================== RCS file: /cvs/e/e_modules/screenshot/configure.in,v retrieving revision 1.35 retrieving revision 1.36 diff -u -3 -r1.35 -r1.36 --- configure.in 10 Jan 2008 16:42:56 -0000 1.35 +++ configure.in 14 Jan 2008 05:09:38 -0000 1.36 @@ -31,7 +31,12 @@ AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture") AC_PATH_PROG(EDJE_CC, "edje_cc", "", $PATH) + +have_emprint="yes" AC_PATH_PROG(EMPRINT, "emprint", "", $PATH) +if test "$EMPRINT" = ""; then +AC_MSG_ERROR(emprint not found) +fi AC_PATH_PROG(E_CONFIG, "enlightenment-config", "", $PATH) e_cflags=`$E_CONFIG --cflags` ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs