about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-01 23:39:25 -0500
committerJune McEnroe <june@causal.agency>2020-12-02 00:56:55 -0500
commit054121d6fa207c082d3e4f3b854e59ad116e5a59 (patch)
tree9829a2042b1bf4e721e9cccdb4658020e8020d55 /configure
parentBe even less weird about HTML (diff)
downloadbubger-054121d6fa207c082d3e4f3b854e59ad116e5a59.tar.gz
bubger-054121d6fa207c082d3e4f3b854e59ad116e5a59.zip
Switch to inline default stylesheet
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index bd6d39d..4cfd27c 100755
--- a/configure
+++ b/configure
@@ -26,7 +26,6 @@ for opt; do
 	case "${opt}" in
 		(--prefix=*) echo "PREFIX = ${opt#*=}" ;;
 		(--mandir=*) echo "MANDIR = ${opt#*=}" ;;
-		(--datadir=*) echo "DATADIR = ${opt#*=}" ;;
 		(*) echo "warning: unsupported option ${opt}" >&2 ;;
 	esac
 done