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
AC_DEFINE(DPMSINFO_IN_DPMS_H, 1,
Define if <X11/extensions/dpms.h> defines DPMSInfo.)
])
],,[
#include <X11/Xlib.h>
])
CPPFLAGS="${CPPFLAGS_save}"
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