summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-07 11:58:44 +0100
committerPS <p@0x53.net>2026-02-07 11:58:44 +0100
commit662e96a446c4ebba596005ce8cdef7c377acb252 (patch)
treee65703fea161a98229c430b0353d88aeba8a913a
parenta30f91e543d484375a3d50c0c690a47dcb95ea47 (diff)
downloadgoetia-linux-c1817f0b59843b9f7de31ce902f79b3a003d38c2.tar.gz
goetia-linux-c1817f0b59843b9f7de31ce902f79b3a003d38c2.tar.bz2
goetia-linux-c1817f0b59843b9f7de31ce902f79b3a003d38c2.zip
Cleanup ./configurev0.3.0.0
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index 5facfc0..11a0b42 100755
--- a/configure
+++ b/configure
@@ -61,11 +61,6 @@ EOF
echo "$1" | sed -e "s/'/'\\\\''/g" -e "1s/^/'/" -e "\$s/\$/'/" -e "s#^'\([-[:alnum:]_,./:]*\)=\(.*\)\$#\1='\2#" -e "s|\*/|* /|g"
}
-fail () {
- echo "$*"
- exit 1
-}
-
fnmatch () {
eval "case \"\$2\" in $1) return 0 ;; *) return 1 ;; esac"
}