aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs23
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2004-11-15 05:19:30 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2004-11-15 05:19:30 +0000
commita787f0b0758f9b6d92f3c10d2621440a61b1977e (patch)
tree74196deef164c8bc31ec614fc52cd43fcb949f20 /editors/emacs23
parent88479b1d0703b73d3f20015a53e8a442505bfddd (diff)
downloadports-a787f0b0758f9b6d92f3c10d2621440a61b1977e.tar.gz
ports-a787f0b0758f9b6d92f3c10d2621440a61b1977e.zip
farewell to libxpg4.
Notes
Notes: svn path=/head/; revision=121637
Diffstat (limited to 'editors/emacs23')
-rw-r--r--editors/emacs23/files/patch-configure.in8
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,