diff options
-rw-r--r-- | configure.ac | 8 |
1 files 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 |