mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
commit
fcc20628d5
@ -272,11 +272,11 @@ AS_IF([test "x$PLATFORM" = xosx],
|
|||||||
[AC_MSG_NOTICE([libnotify support will be disabled])])])])])
|
[AC_MSG_NOTICE([libnotify support will be disabled])])])])])
|
||||||
|
|
||||||
dnl feature: xscreensaver
|
dnl feature: xscreensaver
|
||||||
AS_IF([test "x$enable_xscreensaver" != xno],
|
AS_IF([test "x$with_xscreensaver" != xno],
|
||||||
[PKG_CHECK_MODULES([xscrnsaver], [xscrnsaver],
|
[PKG_CHECK_MODULES([xscrnsaver], [xscrnsaver],
|
||||||
[AC_MSG_NOTICE([xscreensaver support is enabled]);
|
[AC_MSG_NOTICE([xscreensaver support is enabled]);
|
||||||
LIBS="$xscrnsaver_LIBS $LIBS" CFLAGS="$CFLAGS $xscrnsaver_CFLAGS"],
|
LIBS="$xscrnsaver_LIBS $LIBS" CFLAGS="$CFLAGS $xscrnsaver_CFLAGS"],
|
||||||
[AS_IF([test "x$enable_xscreensaver" = xyes],
|
[AS_IF([test "x$with_xscreensaver" = xyes],
|
||||||
[AC_MSG_ERROR([xscreensaver is required but does not exist])],
|
[AC_MSG_ERROR([xscreensaver is required but does not exist])],
|
||||||
[AC_MSG_NOTICE([xscreensaver support is disabled])])])])
|
[AC_MSG_NOTICE([xscreensaver support is disabled])])])])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user