1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/editors/emacs20/files/patch-cc
Jun Kuriyama 568d186c34 Add USE_XPGLIB extension (default OFF).
PR:		ports/8775
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1998-12-13 11:54:50 +00:00

13 lines
487 B
Plaintext

--- 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.