From 553036d4e90f89eb0cc74bbaa537b60b552cde1d Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Thu, 23 Jul 2009 04:22:43 +0000 Subject: [PATCH] fix make install error --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";