Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(519)

Unified Diff: configure.ac

Issue 3528016: Cashew: implement backend usage API (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cashew.git
Patch Set: Fix code review nits and remove hardcoded usage URLs Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/Makefile.am » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: configure.ac
diff --git a/configure.ac b/configure.ac
index 6c2c32c26b2f265fffd8a33c372933cabc84c13c..37f4681b0431828283ccd200f3766fccad106d79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,8 +5,11 @@
AC_INIT([cashew], [0.0.1], [chromium-os-dev@chromium.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CXX
+# TODO(vlaviano): check for libbase
+PKG_CHECK_MODULES([CURL], [libcurl])
PKG_CHECK_MODULES([DBUS_CPP], [dbus-c++-1])
# TODO(vlaviano): check for gflags
+PKG_CHECK_MODULES([GLIB], [glib-2.0])
PKG_CHECK_MODULES([GLOG], [libglog])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
« no previous file with comments | « no previous file | src/Makefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698