|
|
AM_CONDITIONAL([ENABLE_MULLY_PLUGIN],[test "$enable_mully_plugin" = "yes"]) | AM_CONDITIONAL([ENABLE_MULLY_PLUGIN],[test "$enable_mully_plugin" = "yes"]) |
AM_CONDITIONAL([ENABLE_CONE_PLUGIN],[test "$enable_cone_plugin" = "yes"]) | AM_CONDITIONAL([ENABLE_CONE_PLUGIN],[test "$enable_cone_plugin" = "yes"]) |
| |
|
if test "$enable_basic_plugin" = "yes" || |
|
test "$enable_gmp_plugin" = "yes" || |
|
test "$enable_complex_plugin" = "yes" || |
|
test "$enable_narrowspace_plugin" = "yes" || |
|
test "$enable_mully_plugin" = "yes" || |
|
test "$enable_cone_plugin" = "yes" ; then |
|
|
|
PKG_CHECK_MODULES([SN], [ libstartup-notification-1.0 >= 0.8 ]) |
|
AC_SUBST([SN_CFLAGS]) |
|
AC_SUBST([SN_LIBS]) |
|
fi |
|
|
dnl ******** | dnl ******** |
dnl Nautilus | dnl Nautilus |
dnl ******** | dnl ******** |