Remove duplicate line.

pull/216/head
castano 14 years ago
parent 3265c36e14
commit 34d2631502

1
configure vendored

@ -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

Loading…
Cancel
Save