diff options
| author | Paul Eggert | 1997-11-07 23:19:12 +0000 |
|---|---|---|
| committer | Paul Eggert | 1997-11-07 23:19:12 +0000 |
| commit | c4510052120cf127231bc7049ccbf53b3dca5667 (patch) | |
| tree | 4890fa61fe02f2adcbb0e701bcbff066e10ca014 | |
| parent | 4adf062e0af336971ad126b7d7f6b348e8406d7a (diff) | |
| download | emacs-c4510052120cf127231bc7049ccbf53b3dca5667.tar.gz emacs-c4510052120cf127231bc7049ccbf53b3dca5667.zip | |
(AC_CHECK_LIB): Add -lintl.
| -rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index b0ad775f183..1adb6134d6b 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1610,6 +1610,10 @@ if test "${with_kerberos+set}" = set; then | |||
| 1610 | AC_CHECK_HEADERS(com_err.h) | 1610 | AC_CHECK_HEADERS(com_err.h) |
| 1611 | fi | 1611 | fi |
| 1612 | 1612 | ||
| 1613 | # Solaris requires -lintl if you want strerror (which calls dgettext) | ||
| 1614 | # to return localized messages. | ||
| 1615 | AC_CHECK_LIB(intl, dgettext) | ||
| 1616 | |||
| 1613 | AC_MSG_CHECKING(whether localtime caches TZ) | 1617 | AC_MSG_CHECKING(whether localtime caches TZ) |
| 1614 | AC_CACHE_VAL(emacs_cv_localtime_cache, | 1618 | AC_CACHE_VAL(emacs_cv_localtime_cache, |
| 1615 | [if test x$ac_cv_func_tzset = xyes; then | 1619 | [if test x$ac_cv_func_tzset = xyes; then |