diff options
Diffstat (limited to 'sim/common/common.m4')
-rw-r--r-- | sim/common/common.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/common.m4 b/sim/common/common.m4 index da77325..8daf08e 100644 --- a/sim/common/common.m4 +++ b/sim/common/common.m4 @@ -39,7 +39,7 @@ AC_PROG_RANLIB dnl We don't use gettext, but bfd does. So we do the appropriate checks dnl to see if there are intl libraries we should link against. ALL_LINGUAS= -ZW_GNU_GETTEXT_SISTER_DIR +ZW_GNU_GETTEXT_SISTER_DIR(../../intl) # Check for common headers. # FIXME: Seems to me this can cause problems for i386-windows hosts. |