summaryrefslogtreecommitdiff
path: root/Makefile-ostree.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-08-14 13:11:45 -0400
committerColin Walters <walters@verbum.org>2012-08-14 13:11:45 -0400
commit22aa38a7da09e1d2ebecec995c0b638fe863485f (patch)
tree4ed7b9bf8fbc7db452ff6109bf24b943f8fb5e27 /Makefile-ostree.am
parent05bf1fed99c7b7f0f9517668853bc71f53599773 (diff)
downloadostree-22aa38a7da09e1d2ebecec995c0b638fe863485f.tar.gz
configure: Fix libsoup detection
* The configure arg was named incorrectly; we don't rely on libsoup-gnome, just libsoup. * We need to use AS_IF
Diffstat (limited to 'Makefile-ostree.am')
-rw-r--r--Makefile-ostree.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-ostree.am b/Makefile-ostree.am
index 9571e5eb..1356fdd7 100644
--- a/Makefile-ostree.am
+++ b/Makefile-ostree.am
@@ -49,7 +49,7 @@ ostree_bin_shared_ldadd = libotutil.la libostree.la
ostree_CFLAGS = $(ostree_bin_shared_cflags) $(OT_INTERNAL_GIO_UNIX_CFLAGS)
ostree_LDADD = $(ostree_bin_shared_ldadd) $(OT_INTERNAL_GIO_UNIX_LIBS)
-if USE_LIBSOUP_GNOME
+if USE_LIBSOUP
bin_PROGRAMS += ostree-pull
ostree_pull_SOURCES = src/ostree/ot-main.h \
src/ostree/ot-main.c \