diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2006-12-21 04:43:16 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2006-12-21 04:43:16 +0000 |
commit | 81963b26f2bb1a0e29341369de101211c5305cc5 (patch) | |
tree | d81e6bc34eb5fae84c4b839aea5d83d2bc6a996b /sim/sh64/configure | |
parent | 921d7ad333568a2a6ae91439501d104451d7f915 (diff) | |
download | gdb-81963b26f2bb1a0e29341369de101211c5305cc5.zip gdb-81963b26f2bb1a0e29341369de101211c5305cc5.tar.gz gdb-81963b26f2bb1a0e29341369de101211c5305cc5.tar.bz2 |
* config.in, configure: Regenerate.
Diffstat (limited to 'sim/sh64/configure')
-rwxr-xr-x | sim/sh64/configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/sh64/configure b/sim/sh64/configure index 65cc15a..c4e46f0 100755 --- a/sim/sh64/configure +++ b/sim/sh64/configure @@ -2689,8 +2689,9 @@ INCINTL= XGETTEXT= GMSGFMT= POSUB= -if test -f ../intl/config.intl; then - . ../intl/config.intl + +if test -f ../../intl/config.intl; then + . ../../intl/config.intl fi echo "$as_me:$LINENO: checking whether NLS is requested" >&5 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 |