diff options
Diffstat (limited to 'gprof/configure')
-rwxr-xr-x | gprof/configure | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gprof/configure b/gprof/configure index 6fbd68f..bf42270 100755 --- a/gprof/configure +++ b/gprof/configure @@ -5067,7 +5067,7 @@ fi done -ALL_LINGUAS="fr tr sv es id da pt_BR de vi rw ga" +ALL_LINGUAS="fr tr sv es id da pt_BR de vi rw ga ms" # If we haven't got the data from the intl directory, # assume NLS is disabled. USE_NLS=no @@ -5077,8 +5077,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 |