diff options
Diffstat (limited to 'sim/m68hc11/configure')
-rwxr-xr-x | sim/m68hc11/configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/m68hc11/configure b/sim/m68hc11/configure index 2353f1a..1c8d997 100755 --- a/sim/m68hc11/configure +++ b/sim/m68hc11/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 |