diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-12 02:57:08 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-12 02:57:08 -0400 |
| commit | 4b73574406e24df84e909014926e56ab1e5c7934 (patch) | |
| tree | 9adf4101fd94bf0a9bc1ffe3817ffe1e944a9986 /configure.ac | |
| parent | 37a5b59d7bf51a201981c486b800b3b8d57e9b9c (diff) | |
adding trunk
Signed-off-by: Dana Jansens <danakj@orodu.net>
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/configure.ac b/configure.ac index 795b7742..c06fdaa6 100644 --- a/configure.ac +++ b/configure.ac @@ -136,51 +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(XRENDER, [xrender], - [ - AC_DEFINE(USE_XRENDER, [1], [Use X Render library]) - AC_SUBST(XRENDER_CFLAGS) - AC_SUBST(XRENDER_LIBS) - PKG_CHECK_MODULES(XDAMAGE, [xdamage], - [ - AC_DEFINE(USE_XDAMAGE, [1], [Use X Damage library]) - AC_SUBST(XDAMAGE_CFLAGS) - AC_SUBST(XDAMAGE_LIBS) - 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 - ] - ) - ], - [ - xcomposite_found=no - ] - ) - ], - [ - xcomposite_found=no - ] -) -else - xcomposite_found=no -fi - dnl Check for session management X11_SM @@ -215,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"]) |
