diff options
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 16cda86..08138bb 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -34,6 +34,11 @@ AC_SUBST(DLLTOOL) AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/..) AC_CANONICAL_SYSTEM +dnl gdb doesn't use gettext, but bfd does. We call this to ensure we +dnl link with the correct libraries. +ALL_LINGUAS= +CY_GNU_GETTEXT + dnl List of object files added by configure. CONFIG_OBS= |