blob: ec35177dedca299cfb39fb66b4c81f48cbfa2629 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- configure.in.orig Sat Nov 21 08:59:52 1998
+++ configure.in Sat Nov 21 08:58:16 1998
@@ -57,6 +57,9 @@
AC_ARG_WITH(gssapi,
[ --with-gssapi support GSSAPI-authenticated POP],
[AC_DEFINE(GSSAPI)])
+AC_ARG_WITH(xpg4,
+[ --with-xpg4 support XPG4 library on FreeBSD system],
+[AC_DEFINE(USE_XPG)])
dnl This should be the last --with option, because --with-x is
dnl added later on when we find the path of X, and it's best to
dnl keep them together visually.
|