Commit 5f34ed87 by Benjamin Kosnik Committed by Benjamin Kosnik

configure.ac: Move AM_ICONV to native-only, add HAVE_ICONV for newlib.

2007-02-14  Benjamin Kosnik  <bkoz@redhat.com>

        * configure.ac: Move AM_ICONV to native-only, add HAVE_ICONV for
        newlib.
        * configure: Regenerate.

From-SVN: r121947
parent 8225879c
2007-02-14 Benjamin Kosnik <bkoz@redhat.com>
* configure.ac: Move AM_ICONV to native-only, add HAVE_ICONV for
newlib.
* configure: Regenerate.
2007-02-13 Dirk Mueller <dmueller@suse.de> 2007-02-13 Dirk Mueller <dmueller@suse.de>
* include/bits/locale_facets.tcc (num_get<>::do_get): Avoid * include/bits/locale_facets.tcc (num_get<>::do_get): Avoid
......
...@@ -86,7 +86,6 @@ AC_LIBTOOL_DLOPEN ...@@ -86,7 +86,6 @@ AC_LIBTOOL_DLOPEN
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
AC_SUBST(enable_shared) AC_SUBST(enable_shared)
AC_SUBST(enable_static) AC_SUBST(enable_static)
AM_ICONV
# Possibly disable most of the library. # Possibly disable most of the library.
## TODO: Consider skipping unncessary tests altogether in this case, rather ## TODO: Consider skipping unncessary tests altogether in this case, rather
...@@ -182,6 +181,9 @@ if $GLIBCXX_IS_NATIVE; then ...@@ -182,6 +181,9 @@ if $GLIBCXX_IS_NATIVE; then
AC_FUNC_MMAP AC_FUNC_MMAP
# For iconv support.
AM_ICONV
else else
# This lets us hard-code the functionality we know we'll have in the cross # This lets us hard-code the functionality we know we'll have in the cross
...@@ -251,6 +253,8 @@ else ...@@ -251,6 +253,8 @@ else
AC_DEFINE(HAVE_S_ISREG) AC_DEFINE(HAVE_S_ISREG)
AC_DEFINE(HAVE_S_IFREG) AC_DEFINE(HAVE_S_IFREG)
AC_DEFINE(HAVE_ICONV)
else else
GLIBCXX_CROSSCONFIG GLIBCXX_CROSSCONFIG
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment