Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir     : e17/proto/epdf


Modified Files:
        configure.in 


Log Message:
epdf_poppler_version_get should return the version of poppler, not the one of 
epdf

===================================================================
RCS file: /cvs/e/e17/proto/epdf/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- configure.in        13 Sep 2006 12:50:22 -0000      1.5
+++ configure.in        19 Feb 2007 04:37:58 -0000      1.6
@@ -26,6 +26,8 @@
     AC_MSG_ERROR([Fatal Error: no popppler library detected.])
    ]
 )
+POPPLER_VERSION=`pkg-config --modversion poppler`
+AC_DEFINE_UNQUOTED([POPPLER_VERSION], ["${POPPLER_VERSION}"], [Poppler 
version.])
 
 AC_PATH_GENERIC(evas, 0.9.9,
   [ ],



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

Reply via email to