diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-03-17 13:12:46 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-03-17 13:12:46 -0700 |
commit | 3e7fbe9641240b7223b4482d0131e78ce4256155 (patch) | |
tree | 7f0b82f8ad87036bbe8fcb7cee11cea8703759b5 /configure.ac | |
parent | 63032b000daeaaeb1eed75abc1c70066c9e02581 (diff) | |
download | xrdp-proprietary-3e7fbe9641240b7223b4482d0131e78ce4256155.tar.gz xrdp-proprietary-3e7fbe9641240b7223b4482d0131e78ce4256155.zip |
added a check for xrandr devel files
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 621ce4be..ca9049eb 100644 --- a/configure.ac +++ b/configure.ac @@ -133,6 +133,9 @@ AC_CHECK_HEADER([X11/Xlib.h], [], AC_CHECK_HEADER([X11/extensions/Xfixes.h], [], [AC_MSG_ERROR([please install libx11-dev and libxfixes-dev or libXfixes-devel])], [#include <X11/Xlib.h>]) +AC_CHECK_HEADER([X11/extensions/Xrandr.h], [], + [AC_MSG_ERROR([please install libxrandr-dev or libXrandr-devel])], + [#include <X11/Xlib.h>]) libdir="${libdir}/xrdp"; if test "x${prefix}" = "xNONE" ; then @@ -158,8 +161,8 @@ AC_CONFIG_FILES([Makefile docs/man/Makefile instfiles/Makefile instfiles/pam.d/Makefile - instfiles/init.d/Makefile - instfiles/default/Makefile + instfiles/init.d/Makefile + instfiles/default/Makefile genkeymap/Makefile xrdpapi/Makefile xrdpvr/Makefile |