- use sqlite-zmd package for the non yet shipped zypp2/ stuff
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Wed, 29 Nov 2006 18:14:39 +0000 (18:14 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Wed, 29 Nov 2006 18:14:39 +0000 (18:14 +0000)
  because backend uses this sqlite and it is no fun to
  install one and the other to develop (as the -devel packages)
  conflict.

configure.ac

index 09e275e..be96cd5 100644 (file)
@@ -139,10 +139,10 @@ AC_SUBST(CURL_LIBS)
 dnl ==================================================
 dnl sqlite
 AM_CONDITIONAL(BUILD_ZMD, true)
-PKG_CHECK_MODULES(SQLITE, sqlite3, pkg_sqlite=yes, pkg_sqlite=no)
+PKG_CHECK_MODULES(SQLITE, sqlitezmd3, pkg_sqlite=yes, pkg_sqlite=no)
 if test $pkg_sqlite = no; then
   echo
-  AC_MSG_ERROR([Could not find sqlite3 library, please install sqlite-devel])
+  AC_MSG_ERROR([Could not find sqlite-zmd library, please install sqlite-zmd-devel])
 fi
 
 dnl ==================================================