|
Lines 685-690
Link Here
|
| 685 |
AM_CONDITIONAL([ENABLE_MULLY_PLUGIN],[test "$enable_mully_plugin" = "yes"]) |
686 |
AM_CONDITIONAL([ENABLE_MULLY_PLUGIN],[test "$enable_mully_plugin" = "yes"]) |
| 686 |
AM_CONDITIONAL([ENABLE_CONE_PLUGIN],[test "$enable_cone_plugin" = "yes"]) |
687 |
AM_CONDITIONAL([ENABLE_CONE_PLUGIN],[test "$enable_cone_plugin" = "yes"]) |
| 687 |
|
688 |
|
|
|
689 |
if test "$enable_basic_plugin" = "yes" || |
| 690 |
test "$enable_gmp_plugin" = "yes" || |
| 691 |
test "$enable_complex_plugin" = "yes" || |
| 692 |
test "$enable_narrowspace_plugin" = "yes" || |
| 693 |
test "$enable_mully_plugin" = "yes" || |
| 694 |
test "$enable_cone_plugin" = "yes" ; then |
| 695 |
|
| 696 |
PKG_CHECK_MODULES([SN], [ libstartup-notification-1.0 >= 0.8 ]) |
| 697 |
AC_SUBST([SN_CFLAGS]) |
| 698 |
AC_SUBST([SN_LIBS]) |
| 699 |
fi |
| 700 |
|
| 688 |
dnl ******** |
701 |
dnl ******** |
| 689 |
dnl Nautilus |
702 |
dnl Nautilus |
| 690 |
dnl ******** |
703 |
dnl ******** |