Commit 081377ea authored by Sam Hocevar's avatar Sam Hocevar

* ./configure.ac.in: fixed dpms.h detection (missing prerequisite headers).

parent baf454a4
...@@ -428,6 +428,8 @@ then ...@@ -428,6 +428,8 @@ then
AC_DEFINE(DPMSINFO_IN_DPMS_H, 1, AC_DEFINE(DPMSINFO_IN_DPMS_H, 1,
Define if <X11/extensions/dpms.h> defines DPMSInfo.) Define if <X11/extensions/dpms.h> defines DPMSInfo.)
]) ])
],,[
#include <X11/Xlib.h>
]) ])
CPPFLAGS="${CPPFLAGS_save}" CPPFLAGS="${CPPFLAGS_save}"
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment