diff options
author | Nick Hudson <nick.hudson@dsl.pipex.com> | 2008-03-14 20:26:49 +0000 |
---|---|---|
committer | Nick Hudson <nick.hudson@dsl.pipex.com> | 2008-03-14 20:26:49 +0000 |
commit | 29035cbe96305dc7d3a2844fc6c0506de8e23aaf (patch) | |
tree | aa5154c5c376507a1dc44bdb1fc38ebf7912752c /sim/ppc/configure.ac | |
parent | 3b492825060b5388cead8a4fc676fd828ea3689e (diff) | |
download | gdb-29035cbe96305dc7d3a2844fc6c0506de8e23aaf.zip gdb-29035cbe96305dc7d3a2844fc6c0506de8e23aaf.tar.gz gdb-29035cbe96305dc7d3a2844fc6c0506de8e23aaf.tar.bz2 |
* configure.ac: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
* configure: Regenerate.
Diffstat (limited to 'sim/ppc/configure.ac')
-rw-r--r-- | sim/ppc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/configure.ac b/sim/ppc/configure.ac index 2173ffd..b7550f1 100644 --- a/sim/ppc/configure.ac +++ b/sim/ppc/configure.ac @@ -17,7 +17,7 @@ CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}} 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) AC_ARG_ENABLE(sim-alignment, |