summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-03-01 09:04:53 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-03-01 09:04:53 +0000
commit8712a5d7d59279f76624892ba012ff2b934be1ee (patch)
treeb60cf91f5debe4f3826994a8c739203487e77cd7 /configure.ac
parent538591d49d0f586005a79a077ff3c41b651b7d0d (diff)
change to .desktop file to handle magnet uri
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 14a7521..ba27b27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,10 +84,8 @@ if test x$with_libproxy != xno; then
PKG_CHECK_MODULES([libproxy], [libproxy-1.0], AC_DEFINE(HAVE_LIBPROXY, 1, [Define if libproxy is available]), AC_MSG_WARN([libproxy is required for HTTP proxy support]))
fi
-
AC_ARG_ENABLE(debug, [AS_HELP_STRING(--enable-debug,
[enable debugging])])
-
if test x$enable_debug = xyes; then
AC_DEFINE([DEBUG], [], [enable debugging])
fi