aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-11-10 13:58:46 +0000
committerfanquake <fanquake@gmail.com>2023-11-14 16:28:38 +0000
commit3b19100303e70315c31d7aa3a3fd38d58131246f (patch)
tree9070b1e32e6095b885aff4d06188bb809391cc30 /configure.ac
parent830583eb9d07e054c54a177907a98153ab3e29ae (diff)
depends: remove PYTHONPATH from config.site
We no-longer need this, as we no-longer build python packages. Effectively reverts de619a37fd18a17225c8a10b828fc61958abe4cf.
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 5d26f49e8b..20992380d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -139,8 +139,6 @@ AC_PATH_TOOL([OBJCOPY], [objcopy])
AC_PATH_PROG([DOXYGEN], [doxygen])
AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
-AC_ARG_VAR([PYTHONPATH], [Augments the default search path for python module files])
-
AC_ARG_ENABLE([wallet],
[AS_HELP_STRING([--disable-wallet],
[disable wallet (enabled by default)])],