Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/ephoto

Dir     : e17/apps/ephoto


Modified Files:
        configure.in 


Log Message:
Remove version restriction on sqlite3 because I am not sure which versions work.

===================================================================
RCS file: /cvs/e/e17/apps/ephoto/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- configure.in        16 Mar 2007 04:34:22 -0000      1.4
+++ configure.in        16 Mar 2007 04:40:05 -0000      1.5
@@ -73,7 +73,7 @@
                 )
 AC_SUBST(SQLITE_LIBS)
 
-if pkg-config --exists 'sqlite3 >= 3.3'; then
+if pkg-config --exists sqlite3; then
    have_sqlite3="Yes"
 else
    have_sqlite3="No"



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