summaryrefslogtreecommitdiff
path: root/sim/common/configure
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/configure')
-rwxr-xr-xsim/common/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/common/configure b/sim/common/configure
index f4b89e08fb8..d4bd3f8a505 100755
--- a/sim/common/configure
+++ b/sim/common/configure
@@ -2562,8 +2562,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