summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-04-05 15:40:46 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-04-05 15:40:46 -0700
commit209720fe1ae1733d905a3107f31e9d20c53ae062 (patch)
treefba74c52a33c8f3f50896241abd4441280e07753 /configure.ac
parent74abdae6ad09c5d349da555bd101da062b45eee5 (diff)
downloadxrdp-proprietary-209720fe1ae1733d905a3107f31e9d20c53ae062.tar.gz
xrdp-proprietary-209720fe1ae1733d905a3107f31e9d20c53ae062.zip
libxrdp: user freerdp mppc compressor
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5330143e..4ddd409f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,8 @@ AC_ARG_ENABLE(freerdp1, AS_HELP_STRING([--enable-freerdp1],
[freerdp1=true], [freerdp1=false])
AM_CONDITIONAL(XRDP_FREERDP1, [test x$freerdp1 = xtrue])
+AM_CONDITIONAL(GOT_PREFIX, test "x${prefix}" != "xNONE"])
+
# checking for openssl
AC_CHECK_HEADER([openssl/rc4.h], [],
[AC_MSG_ERROR([please install libssl-dev or openssl-devel])],