Changeset 1102 for trunk/src/binutils/gettext.m4
- Timestamp:
- Jan 29, 2004, 5:22:18 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/gettext.m4
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r1101 r1102 50 50 51 51 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 54 AC_CHECK_LIB(intl, bindtextdomain, 53 55 [AC_CACHE_CHECK([for gettext in libintl], … … 55 57 [ac_save_LIBS="$LIBS"; LIBS="-lintl $LIBS"; 56 58 AC_TRY_LINK([#include <libintl.h>], [return (int) gettext ("")], 57 gt_cv_func_gettext_libintl=yes,59 [gt_cv_func_gettext_libintl=yes; INTLLIBS="-lintl";], 58 60 gt_cv_func_gettext_libintl=no) 59 61 LIBS="$ac_save_LIBS";])]) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.