Remove duplicate ';;' from the configure script.

This gave a syntax error, preventing configure from completing.

Change-Id: I3df765f93c26e5bb3b2aab939d1cd01d6c57d450
This commit is contained in:
Ralph Giles 2011-04-10 09:23:53 -07:00
parent e33241bb13
commit c9f8aefe26

1
configure vendored
View File

@ -317,7 +317,6 @@ process_cmdline() {
process_common_cmdline "$opt"
fi
;;
;;
esac
done
}