summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Retout <tim@retout.co.uk>2014-07-18 18:11:40 +0100
committerTim Retout <tim@retout.co.uk>2014-07-18 19:06:54 +0100
commit163ffa7c4a7529ce257df72b1be392a0c0a32443 (patch)
tree6132e594184e6396cd2ca0058d585a0e8d0597ed /configure.ac
parent511fb0f0b5b0bf6c83c91a84633a22ae1c7cddf6 (diff)
Allow URI schemes starting with "tor+", e.g. "tor+http://"
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 21f82ab..1188688 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
AC_INIT([apt-transport-tor], [0.1], [diocles@debian.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CXX
+AC_PROG_LN_S
AC_CONFIG_HEADERS([config.h])
AC_CHECK_LIB([apt-pkg], [main])
AC_CHECK_LIB([curl], [curl_version])