summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 0a35411..cbee394 100755
--- a/configure
+++ b/configure
@@ -517,6 +517,9 @@ done
# - generating src/lang_cfg.h
+if test -e "src/lang_cfg.h"; then
+ chmod u+w src/lang_cfg.h # make sure file can be overwritten
+fi
echo -n " Generating src/lang_cfg.h..."
echo $f_langs | $f_perl -e '@l=split(/,/,<STDIN>);
chomp @l;