From 433dfe63579553edd962d2b8ec822d22e57a9905 Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Wed, 24 Mar 2021 00:27:57 +0100
Subject: Fix the configuration script.

---
 configure.ac | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d24320e..c2c3943 100644
--- a/configure.ac
+++ b/configure.ac
@@ -218,9 +218,13 @@ AC_ARG_WITH(gobject-leak-tracker,
             [track remaining GObject instances at exit (imply --enable-debug and GLib support) [default=no]]),
             [], [with_gobject_leak_tracker=no])
 
-AC_ARG_WITH(local-resources,
+AC_ARG_WITH(desktop-dir,
             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)]))
+
+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])
 
 #--- Small enumerations
-- 
cgit v0.11.2-87-g4458