summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index a03c2af2c..fc59cbb8b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,5 @@
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2
2AC_INIT(auth-krb4.c) 3AC_INIT(auth-krb4.c)
3 4
4AC_CONFIG_HEADER(config.h) 5AC_CONFIG_HEADER(config.h)
@@ -63,4 +64,10 @@ dnl Checks for library functions.
63AC_PROG_GCC_TRADITIONAL 64AC_PROG_GCC_TRADITIONAL
64AC_CHECK_FUNCS(openpty strlcpy mkdtemp arc4random setproctitle) 65AC_CHECK_FUNCS(openpty strlcpy mkdtemp arc4random setproctitle)
65 66
67dnl Check whether user wants GNOME ssh-askpass
68AC_ARG_WITH(gnome-askpass,
69 [ --with-gnome-askpass Build and use the GNOME passphrase requester],
70 [GNOME_ASKPASS="gnome-ssh-askpass"])
71AC_SUBST(GNOME_ASKPASS)
72
66AC_OUTPUT(Makefile) 73AC_OUTPUT(Makefile)