Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs Modified Files: configure.in Log Message: * configure checks for sqlite3 =================================================================== RCS file: /cvs/e/e17/apps/evfs/configure.in,v retrieving revision 1.24 retrieving revision 1.25 diff -u -3 -r1.24 -r1.25 --- configure.in 16 Jul 2006 06:43:35 -0000 1.24 +++ configure.in 19 Jul 2006 11:42:54 -0000 1.25 @@ -158,6 +158,11 @@ ) AC_SUBST(BZ2_LIBS) +AC_CHECK_HEADERS(sqlite3.h, + SQLITE_LIBS="$SQLITE_LIBS -lsqlite3", + AC_MSG_ERROR([evfs requires sqlite3 to compile.]) + ) +AC_SUBST(SQLITE_LIBS) AC_ARG_WITH(eet-config, [ --with-eet-config=EET_CONFIG use eet-config specified ], ------------------------------------------------------------------------- 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