diff options
author | sf <sf@FreeBSD.org> | 2004-11-15 13:19:30 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2004-11-15 13:19:30 +0800 |
commit | 637c2ffba645a93ef174fb26892d827fb66a958b (patch) | |
tree | a71dcc3c9fb974973b24ca685a852f299f979a29 /editors/emacs23 | |
parent | d4093a2bf14c6d9d762ed9c0f276fa726fd84389 (diff) | |
download | freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.tar.gz freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.tar.zst freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.zip |
farewell to libxpg4.
Diffstat (limited to 'editors/emacs23')
-rw-r--r-- | editors/emacs23/files/patch-configure.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/editors/emacs23/files/patch-configure.in b/editors/emacs23/files/patch-configure.in index 6a3bd7899d58..6e50c0ea2567 100644 --- a/editors/emacs23/files/patch-configure.in +++ b/editors/emacs23/files/patch-configure.in @@ -27,11 +27,3 @@ *-nextstep* ) opsys=nextstep ;; ## Otherwise, we'll fall through to the generic opsys code at the bottom. esac -@@ -2050,6 +2061,7 @@ - # Solaris requires -lintl if you want strerror (which calls dgettext) - # to return localized messages. - AC_CHECK_LIB(intl, dgettext) -+AC_CHECK_LIB(xpg4, _xpg4_setrunelocale) - - AC_MSG_CHECKING(whether localtime caches TZ) - AC_CACHE_VAL(emacs_cv_localtime_cache, |