mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
Regenerate.
This commit is contained in:
parent
51673bc43b
commit
54e6585fac
10
configure
vendored
10
configure
vendored
@ -1839,11 +1839,13 @@ fi
|
||||
|
||||
# Check whether --with-kerberos was given.
|
||||
if test "${with_kerberos+set}" = set; then
|
||||
withval=$with_kerberos; cat >>confdefs.h <<\_ACEOF
|
||||
withval=$with_kerberos; if test "$withval" = yes; then
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define KERBEROS 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
|
||||
@ -1857,23 +1859,25 @@ if test "${with_kerberos5+set}" = set; then
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define KERBEROS5 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --with-hesiod was given.
|
||||
if test "${with_hesiod+set}" = set; then
|
||||
withval=$with_hesiod;
|
||||
withval=$with_hesiod; if test "$withval" = yes; then
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HESIOD 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user