summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2011-02-03 00:35:25 +0100
committerAndre Klapper <a9016009@gmx.de>2011-02-03 00:35:25 +0100
commit8c00fc5370f7c9954a5f9a2f25d10afd110d9be3 (patch)
tree48789cb1b31eeef557ae1d34044a6be8e99df11a
parent2541c8a04f8c1acc52354e20dbcb503330b1bc14 (diff)
downloadlibsoup-8c00fc5370f7c9954a5f9a2f25d10afd110d9be3.tar.gz
Fix typo
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0302709e..7948d6a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,7 +237,7 @@ AC_ARG_ENABLE(tls-check,
if test "$enable_tls_check" != "no" -a "$have_glib_networking" = "no"; then
AC_MSG_ERROR([libsoup requires glib-networking for TLS support.
-If you are building a packge, you can pass --disable-tls-check to
+If you are building a package, you can pass --disable-tls-check to
allow building libsoup anyway (since glib-networking is not actually
required at compile time), but you should be sure to add a runtime
dependency on it.])