diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2021-03-23 21:19:36 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2021-03-23 21:19:36 (GMT) |
commit | d59e5d1f0d7ba19c1fba16b3077f2f1cc590d00a (patch) | |
tree | cb972cf6c6ec7dc5c3f5a032c3b4ddbf00e74877 | |
parent | 9134efeda85c0c202ccc8006f4387eed04581242 (diff) |
Complete the configuration summary.
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ff02f65..d24320e 100644 --- a/configure.ac +++ b/configure.ac @@ -220,7 +220,8 @@ AC_ARG_WITH(gobject-leak-tracker, AC_ARG_WITH(local-resources, AS_HELP_STRING([--with-desktop-dir=PATH], - [specify to destination of desktop files (default=PREFIX/share)])) + [specify to destination of desktop files (default=PREFIX/share)]), + [with_local_resources=yes], [with_local_resources=no]) #--- Small enumerations |