mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* configure.in: Fix interpretation of the iconv test result.
Reported by Pavel Shirshov <pavelsh@mail.ru>
This commit is contained in:
parent
bed1fbf3b7
commit
4a08acf9d8
@ -1,5 +1,8 @@
|
|||||||
2002-08-25 Pavel Roskin <proski@gnu.org>
|
2002-08-25 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Fix interpretation of the iconv test result.
|
||||||
|
Reported by Pavel Shirshov <pavelsh@mail.ru>
|
||||||
|
|
||||||
* mc.sh.in: Only bash needs the mc() function to be exported.
|
* mc.sh.in: Only bash needs the mc() function to be exported.
|
||||||
|
|
||||||
* doc/pl/mc.1.in: Add node names and options. Use @prefix@
|
* doc/pl/mc.1.in: Add node names and options. Use @prefix@
|
||||||
|
@ -644,7 +644,7 @@ AC_ARG_ENABLE([charset],
|
|||||||
[--enable-charset Support for charset selection and conversion])
|
[--enable-charset Support for charset selection and conversion])
|
||||||
have_charset=
|
have_charset=
|
||||||
if test "x$enable_charset" = xyes; then
|
if test "x$enable_charset" = xyes; then
|
||||||
if test -z "$am_cv_func_iconv"; then
|
if test "x$am_cv_func_iconv" != xyes; then
|
||||||
AC_MSG_WARN([Cannot enable charset support because iconv function is missing])
|
AC_MSG_WARN([Cannot enable charset support because iconv function is missing])
|
||||||
else
|
else
|
||||||
AC_DEFINE(HAVE_CHARSET, 1,
|
AC_DEFINE(HAVE_CHARSET, 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user