diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 44d38648c..878fd209f 100644 --- a/configure.ac +++ b/configure.ac @@ -664,6 +664,10 @@ if test "x$enable_desktop_file_plugin" = "xyes"; then AC_SUBST([DESKTOP_FILE_PLUGIN_DEP_LIBS]) fi +if test "x$enable_desktop_file_plugin" = "xyes"; then + AC_DEFINE([HAVE_PRIVATE_PLUGINS],[1],[Define if any private plugins are enabled]) +fi + dnl ******************* dnl Additional features dnl ******************* |