[vlc-devel] commit: Remove useless DMPS extension checks ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Dec 12 17:42:01 CET 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Dec 12 18:39:03 2009 +0200| [c2f9b531b99689c0cbe84561d243ea41d7e91c0d] | committer: Rémi Denis-Courmont 

Remove useless DMPS extension checks

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c2f9b531b99689c0cbe84561d243ea41d7e91c0d
---

 configure.ac |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/configure.ac b/configure.ac
index e14ae7f..0af62e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3622,20 +3622,6 @@ CPPFLAGS="${CPPFLAGS_save} ${X_CFLAGS}"
 
 AS_IF([test "${enable_x11}" != "no"], [
   AC_CHECK_HEADERS(X11/Xlib.h)
-
-dnl Check for DPMS
-  AC_CHECK_HEADERS(X11/extensions/dpms.h, [
-    AC_MSG_CHECKING(for DPMSInfo in X11/extensions/dpms.h)
-    AC_EGREP_HEADER(DPMSInfo,X11/extensions/dpms.h,[
-      AC_MSG_RESULT(yes)
-      AC_DEFINE(DPMSINFO_IN_DPMS_H, 1,
-                Define if <X11/extensions/dpms.h> defines DPMSInfo.)
-    ],[
-      AC_MSG_RESULT(no)
-    ])
-  ],,[
-    #include <X11/Xlib.h>
-  ])
 ])
 
 dnl End of Xlib tests




More information about the vlc-devel mailing list