aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-05-02 20:47:02 +0000
committerRob Austein <sra@hactrn.net>2012-05-02 20:47:02 +0000
commit85e5f1a75ba64ab905eb66596057fcf362d4910e (patch)
tree07be83ff98266b45769b926a77ff71628d30da28
parent960ec3dc294fd941d66661157508312ead2766f7 (diff)
Pull from trunk.
svn path=/branches/tk33/; revision=4459
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 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
diff --git a/configure.ac b/configure.ac
index 002542ac..cab2685e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -283,7 +283,7 @@ then
fi
AC_MSG_CHECKING([for PyYAML])
- if $PYTHON -c 'import YAML' 2>/dev/null
+ if $PYTHON -c 'import yaml' 2>/dev/null
then
have_pyyaml=yes
fi