diff options
author | Ray Donnelly <mingw.android@gmail.com> | 2015-11-06 00:20:16 +0000 |
---|---|---|
committer | Ray Donnelly <mingw.android@gmail.com> | 2015-11-13 02:17:43 +0000 |
commit | 2cf7a83fded92821a59279cf566fe85fafc35fc8 (patch) | |
tree | 1ae532250416de506df6edf79658f056106438a8 /Makefile.in | |
parent | ada8ae30a89eb395e51d6f423c65a57a7dcbfb1b (diff) | |
download | crosstool-ng-2cf7a83fded92821a59279cf566fe85fafc35fc8.tar.gz crosstool-ng-2cf7a83fded92821a59279cf566fe85fafc35fc8.tar.bz2 crosstool-ng-2cf7a83fded92821a59279cf566fe85fafc35fc8.zip |
Cygwin: Link to libintl for gettext
Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
Diffstat (limited to 'Makefile.in')
-rwxr-xr-x[-rw-r--r--] | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 895983b4..59d8e54c 100644..100755 --- a/Makefile.in +++ b/Makefile.in @@ -75,6 +75,7 @@ export CPPFLAGS := @CPPFLAGS@ export CFLAGS := @CFLAGS@ export LDFLAGS := @LDFLAGS@ export LIBS := @LIBS@ +export INTL_LIBS := @INTL_LIBS@ export curses_hdr := @ac_ct_curses_hdr@ export gettext := @gettext@ |