summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-09-11 00:43:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-09-11 00:43:51 (GMT)
commit1ccc069e97738e50bb5d40631c4f69b85c1a8a75 (patch)
treeee20f167657c1e55758d865d13980401e71b4565 /configure.ac
parentfe59efc8e372c21d9c7a68b075444a2d01db1f10 (diff)
Make the configure script follow the user choice about local resources.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 65e1d37..f9680cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -256,7 +256,7 @@ AC_ARG_WITH([desktop-dir],
AC_ARG_WITH([local-resources],
AS_HELP_STRING([--with-local-resources],
[define if built components located in the sources are used at runtime [default=no]]),
- [with_local_resources=yes], [with_local_resources=no])
+ [with_local_resources=$withval], [with_local_resources=no])
AM_CONDITIONAL([BUILD_PYTHON_PACKAGE], [test "x$build_python_package" = "xyes"])