diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-06 22:58:07 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-06 22:58:07 +0800 |
commit | 91edd219e3e228dfaa559d524401aceed31329c7 (patch) | |
tree | 53c6d5e55fb93f282bab1afc04312e1cfd788b86 /configure.ac | |
parent | 8f8805588ab31f3646fe8fb6e27191a962bc1eb8 (diff) | |
download | gsoc2013-epiphany-91edd219e3e228dfaa559d524401aceed31329c7.tar.gz gsoc2013-epiphany-91edd219e3e228dfaa559d524401aceed31329c7.tar.zst gsoc2013-epiphany-91edd219e3e228dfaa559d524401aceed31329c7.zip |
Add out private plugin directory to MOZ_PLUGIN_PATH too.
2005-10-06 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* embed/mozilla/Makefile.am:
* embed/mozilla/mozilla-embed-single.cpp:
Add out private plugin directory to MOZ_PLUGIN_PATH too.
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 ******************* |