summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkg-config.morph3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg-config.morph b/pkg-config.morph
index f5762c9..42814c5 100644
--- a/pkg-config.morph
+++ b/pkg-config.morph
@@ -3,7 +3,6 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
- "sed -i -e '/gunzip/s/--stdout/-c/g' autogen.sh",
- "sh autogen.sh --prefix=\"$PREFIX\""
+ "./configure --prefix=\"$PREFIX\" --with-internal-glib"
]
}