summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2009-07-23 04:22:43 +0000
committerjsorg71 <jsorg71>2009-07-23 04:22:43 +0000
commit553036d4e90f89eb0cc74bbaa537b60b552cde1d (patch)
tree00fb28fe0b39c2014ab59827dfbafb84997dc00d
parent2f27bcef109479e9a363aa24dc86b2ddc5b3d4bc (diff)
downloadxrdp-proprietary-553036d4e90f89eb0cc74bbaa537b60b552cde1d.tar.gz
xrdp-proprietary-553036d4e90f89eb0cc74bbaa537b60b552cde1d.zip
fix make install error
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 68ff69d9..d1cf34bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AC_ARG_ENABLE(pamuserpass, AS_HELP_STRING([--enable-pamuserpass],
[Build pam userpass support (default: no)]),
[pamuserpass=true], [pamuserpass=false])
AM_CONDITIONAL(SESMAN_PAMUSERPASS, [test x$pamuserpass = xtrue])
-libdir="${libdir}/xrdp/";
+libdir="${libdir}/xrdp";
if test "x${prefix}" = "xNONE" ; then
sysconfdir="/etc";
localstatedir="/var";