diff options
Diffstat (limited to 'sim/d10v/configure')
-rwxr-xr-x | sim/d10v/configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/d10v/configure b/sim/d10v/configure index 8e0748f..239d97e 100755 --- a/sim/d10v/configure +++ b/sim/d10v/configure @@ -2685,8 +2685,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 |