Remove duplicate line.

This commit is contained in:
castano 2010-12-08 19:58:14 +00:00
parent 3265c36e14
commit 34d2631502

1
configure vendored
View File

@ -29,7 +29,6 @@ do
--debug ) build="Debug" ;;
--release ) build="Release" ;;
--prefix=* ) prefix="${i#--prefix=}" ;;
--prefix=* ) prefix="${i#--prefix=}" ;;
* ) echo "Unrecognised argument $i" ;;
esac
done