aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 697d7317..17ec1034 100755
--- a/configure
+++ b/configure
@@ -4260,7 +4260,7 @@ $as_echo "$have_acceptable_django" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PyYAML" >&5
$as_echo_n "checking for PyYAML... " >&6; }
- if $PYTHON -c 'import YAML' 2>/dev/null
+ if $PYTHON -c 'import yaml' 2>/dev/null
then
have_pyyaml=yes
fi