aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 83818bf1..8b99b2ae 100755
--- a/configure
+++ b/configure
@@ -71,7 +71,7 @@ EOF
71# Helper functions 71# Helper functions
72 72
73find_program() { 73find_program() {
74 which "$1" 2>/dev/null 74 command -v "$1" 2>/dev/null
75} 75}
76 76
77die() { 77die() {