diff options
author | Tristan Gingold | 2015-09-26 21:08:14 +0200 |
---|---|---|
committer | Tristan Gingold | 2015-09-26 21:08:14 +0200 |
commit | 0f36f7436d0370abdc570afcd6c2eb46074da3b1 (patch) | |
tree | 89adb5306401dd669e55103b853e16cca761603c /configure | |
parent | 8d25ac58519dc3d2a6c58e8daee3dfd85ad1e56e (diff) | |
download | ghdl-0f36f7436d0370abdc570afcd6c2eb46074da3b1.tar.gz ghdl-0f36f7436d0370abdc570afcd6c2eb46074da3b1.tar.bz2 ghdl-0f36f7436d0370abdc570afcd6c2eb46074da3b1.zip |
Fix regression from states.
Fix ticket96.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ fi # For gcc backend, check version if test $backend = gcc; then if ! test -f $gcc_src_dir/gcc/BASE-VER; then - echo "cannot found gcc/BASE-VER in $gcc_src_dir" + echo "cannot find gcc/BASE-VER in $gcc_src_dir" exit 1 fi base_ver=`cat $gcc_src_dir/gcc/BASE-VER` |