summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 2e7623bb4..c4894c071 100644
--- a/configure.in
+++ b/configure.in
@@ -287,4 +287,8 @@ AC_ARG_WITH(md5-passwords,
287 [AC_DEFINE(HAVE_MD5_PASSWORDS)] 287 [AC_DEFINE(HAVE_MD5_PASSWORDS)]
288) 288)
289 289
290dnl Check for the path to xauth
291AC_PATH_PROG(xauth_path, xauth)
292AC_DEFINE_UNQUOTED(XAUTH_PATH, "$xauth_path")
293
290AC_OUTPUT(Makefile) 294AC_OUTPUT(Makefile)