diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
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 | ||
290 | dnl Check for the path to xauth | ||
291 | AC_PATH_PROG(xauth_path, xauth) | ||
292 | AC_DEFINE_UNQUOTED(XAUTH_PATH, "$xauth_path") | ||
293 | |||
290 | AC_OUTPUT(Makefile) | 294 | AC_OUTPUT(Makefile) |