summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-19 18:22:36 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-19 18:22:36 +0100
commit0d45677b0a20270735e4d18e969a4991a4e67078 (patch)
tree853a17d1f235cacd0843118a6a9bb1feb1134d73
parent4e176f6d3f6f318030a26511ae299ab8c5e68a10 (diff)
downloadlibsoup-0d45677b0a20270735e4d18e969a4991a4e67078.tar.gz
libsoup.morph: Fix configure commands
(need to run autogen first)
-rw-r--r--libsoup.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsoup.morph b/libsoup.morph
index 82bf7ee0..dac3646c 100644
--- a/libsoup.morph
+++ b/libsoup.morph
@@ -3,6 +3,7 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
+ "NOCONFIGURE=1 ./autogen.sh",
"./configure --prefix=\"$PREFIX\" --disable-tls-check"
]
}