X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=3ebbdb9a9e422ab5a4fe830f5a2bc12e2b2b5c0c;hb=3ba02608cf834400414e85211a81e83873524df1;hp=e62f1be389b66ebd815d091794cbf7c7d3a3ed0e;hpb=d945813e0856bdd8b06c1cc6d00e4cf33c9ee4cd;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index e62f1be3..3ebbdb9a 100644 --- a/configure.ac +++ b/configure.ac @@ -96,7 +96,7 @@ AC_ARG_ENABLE(startup-notification, ) if test "$enable_sn" = yes; then -PKG_CHECK_MODULES(LIBSN, [libstartup-notification-1.0], +PKG_CHECK_MODULES(LIBSN, [libstartup-notification-1.0 >= 0.8], [ AC_DEFINE(USE_LIBSN, [1], [Use startup-notification]) AC_SUBST(LIBSN_CFLAGS) @@ -136,31 +136,6 @@ else xcursor_found=no fi -AC_ARG_ENABLE(xcomposite, - AC_HELP_STRING( - [--disable-xcomposite], - [disable use of the X Composite library. [[default=enabled]]] - ), - [enable_xcomposite=$enableval], - [enable_xcomposite=yes] -) - -if test "$enable_xcomposite" = yes; then -PKG_CHECK_MODULES(XCOMPOSITE, [xcomposite], - [ - AC_DEFINE(USE_XCOMPOSITE, [1], [Use X Composite library]) - AC_SUBST(XCOMPOSITE_CFLAGS) - AC_SUBST(XCOMPOSITE_LIBS) - xcomposite_found=yes - ], - [ - xcomposite_found=no - ] -) -else - xcomposite_found=no -fi - dnl Check for session management X11_SM @@ -195,7 +170,6 @@ AC_MSG_RESULT AC_MSG_RESULT([Compiling with these options: Startup Notification... $sn_found X Cursor Library... $xcursor_found - X Composite Library... $xcomposite_found Session Management... $SM ]) AC_MSG_RESULT([configure complete, now type "make"])