Enlightenment CVS [2007-03-22 21:27]: > +PKG_CHECK_MODULES([EVAS], evas, > + [ > + ], > + [ > + echo "Evas was not found by pkg-config!"; > + AC_MSG_ERROR([Empower needs evas to compile.]) > + ] > +)
The default is to error out if no third argument is given. So really you could just use PKG_CHECK_MODULES(EVAS, evas) and be done with it. Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
pgpzwGNfjN5cj.pgp
Description: PGP signature
------------------------------------------------------------------------- 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-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
