diff options
author | jsorg71 <jsorg71> | 2009-07-23 04:22:43 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2009-07-23 04:22:43 +0000 |
commit | 553036d4e90f89eb0cc74bbaa537b60b552cde1d (patch) | |
tree | 00fb28fe0b39c2014ab59827dfbafb84997dc00d | |
parent | 2f27bcef109479e9a363aa24dc86b2ddc5b3d4bc (diff) | |
download | xrdp-proprietary-553036d4e90f89eb0cc74bbaa537b60b552cde1d.tar.gz xrdp-proprietary-553036d4e90f89eb0cc74bbaa537b60b552cde1d.zip |
fix make install error
-rw-r--r-- | configure.ac | 2 |
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"; |