summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index fa8e142..c6e0c09 100755
--- a/configure
+++ b/configure
@@ -59,12 +59,6 @@ for option; do
exit 0
elif [ "${option%%=*}" = '--prefix' ] ; then
PREFIX="${option#*=}"
- else
- echo "Unrecognized option: ${option}."
- echo "See:"
- echo " $0 --help"
- echo ""
- exit 1
fi
done