Enlightenment CVS committal Author : leviathan Project : e17 Module : libs/etk-perl
Dir : e17/libs/etk-perl Modified Files: Makefile.PL Log Message: for CPAN testers that don't have Etk =================================================================== RCS file: /cvs/e/e17/libs/etk-perl/Makefile.PL,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- Makefile.PL 17 Jul 2007 08:44:18 -0000 1.12 +++ Makefile.PL 3 Mar 2008 16:20:30 -0000 1.13 @@ -5,7 +5,10 @@ # dependency check print "Checking for Etk..."; my $etklib = `pkg-config --variable=version etk`; -die "pkg-config can't find etk, make sure that etk is installed, and that your PKG_CONFIG_PATH is correct" unless $etklib; +unless ($etklib) { + print "pkg-config can't find etk, make sure that etk is installed, and that your PKG_CONFIG_PATH is correct\n"; + exit(0); +} print "Ok\n"; Devel::PPPort::WriteFile(); ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs