mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-02 08:13:58 +08:00
acinclude.m4: Add bit missing from previous patch.
2003-04-30 Phil Edwards <pme@gcc.gnu.org> * acinclude.m4: Add bit missing from previous patch. * aclocal.m4, configure: Regenerated. From-SVN: r66299
This commit is contained in:
parent
d7ed5e55a2
commit
8abcca7bc6
@ -1,3 +1,8 @@
|
||||
2003-04-30 Phil Edwards <pme@gcc.gnu.org>
|
||||
|
||||
* acinclude.m4: Add bit missing from previous patch.
|
||||
* aclocal.m4, configure: Regenerated.
|
||||
|
||||
2003-04-29 Phil Edwards <pme@gcc.gnu.org>
|
||||
|
||||
* docs/doxygen/mainpage.html: Bring up to date.
|
||||
|
@ -1292,7 +1292,7 @@ AC_DEFUN(GLIBCPP_ENABLE_CLOCALE, [
|
||||
|
||||
# A standalone libintl (e.g., GNU libintl) may be in use.
|
||||
if test $USE_NLS = yes; then
|
||||
AC_SEARCH_LIBS(gettext, intl)
|
||||
AC_SEARCH_LIBS(gettext, intl,, USE_NLS=no)
|
||||
fi
|
||||
|
||||
AC_SUBST(USE_NLS)
|
||||
|
2
libstdc++-v3/aclocal.m4
vendored
2
libstdc++-v3/aclocal.m4
vendored
@ -1304,7 +1304,7 @@ AC_DEFUN(GLIBCPP_ENABLE_CLOCALE, [
|
||||
|
||||
# A standalone libintl (e.g., GNU libintl) may be in use.
|
||||
if test $USE_NLS = yes; then
|
||||
AC_SEARCH_LIBS(gettext, intl)
|
||||
AC_SEARCH_LIBS(gettext, intl,, USE_NLS=no)
|
||||
fi
|
||||
|
||||
AC_SUBST(USE_NLS)
|
||||
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
@ -3319,7 +3319,7 @@ if test "$ac_cv_search_gettext" != "no"; then
|
||||
test "$ac_cv_search_gettext" = "none required" || LIBS="$ac_cv_search_gettext $LIBS"
|
||||
|
||||
else :
|
||||
|
||||
USE_NLS=no
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user