Changeset 1851


Ignore:
Timestamp:
Mar 14, 2005, 12:43:16 AM (20 years ago)
Author:
bird
Message:

Uncommented intl hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/gettext.m4

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r1850 r1851  
    5050
    5151           if test "$gt_cv_func_gettext_libc" != "yes"; then
    52              dnl Bird: this is pretty hackish, something aint working right...
    53              dnl AC_CHECK_LIB isnt working it seems... its not adding -lintl to LIB...
     52             dnl dnl Bird: this is pretty hackish, something aint working right...
     53             dnl dnl AC_CHECK_LIB isnt working it seems... its not adding -lintl to LIB...
    5454             AC_CHECK_LIB(intl, bindtextdomain,
    5555               [AC_CACHE_CHECK([for gettext in libintl],
     
    114114        nls_cv_header_intl=libintl.h
    115115        nls_cv_header_libgt=libgettext.h
    116       else
    117         dnl Bird: AC_CHECK_LIB doesn't seem to work. Update both LIBS and
    118         dnl INTLLIBS just in case LIBS is messed up later.
    119         echo "dbg: else: gt_cv_func_gettext_libintl" >&5
    120         if test "$gt_cv_func_gettext_libintl" = "yes"; then
    121           echo "dbg: updating LIBS" >&5
    122           LIBS="-lintl $LIBS"
    123           INTLLIBS="-lintl"
    124         fi
     116      dnl else
     117      dnl  dnl Bird: AC_CHECK_LIB doesn't seem to work. Update both LIBS and
     118      dnl  dnl INTLLIBS just in case LIBS is messed up later.
     119      dnl  echo "dbg: else: gt_cv_func_gettext_libintl" >&5
     120      dnl  if test "$gt_cv_func_gettext_libintl" = "yes"; then
     121      dnl    echo "dbg: updating LIBS" >&5
     122      dnl    LIBS="-lintl $LIBS"
     123      dnl    INTLLIBS="-lintl"
     124      dnl  fi
    125125      fi
    126126
Note: See TracChangeset for help on using the changeset viewer.