summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuan-Zhong Huang <imprazaguy@gmail.com>2013-02-07 18:08:28 +0800
committerGuan-Zhong Huang <imprazaguy@gmail.com>2013-03-09 13:55:21 +0800
commit6fd7deb5103c43a5e62ae61695d6e32379db5602 (patch)
treeb5ec9939d5e8b8d53ca09e364d115d735af6839a /configure.ac
parent059deae6f3f013d480361f74e55db135e1e482bc (diff)
downloadxrdp-proprietary-6fd7deb5103c43a5e62ae61695d6e32379db5602.tar.gz
xrdp-proprietary-6fd7deb5103c43a5e62ae61695d6e32379db5602.zip
Fix compilation error without PAM
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6dd4052e..d4315133 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,6 +69,11 @@ then
fi
fi
+if test "x$enable_nopam" = "xyes"
+then
+ AC_DEFINE([USE_NOPAM],1,[Disable PAM])
+fi
+
AS_IF( [test "x$enable_freerdp1" = "xyes"] , [PKG_CHECK_MODULES(FREERDP, freerdp >= 1.0.0)] )
# checking for libjpeg