diff options
Diffstat (limited to 'databases/hk_classes/files/patch-configure')
-rw-r--r-- | databases/hk_classes/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/hk_classes/files/patch-configure b/databases/hk_classes/files/patch-configure deleted file mode 100644 index 0bf44059a194..000000000000 --- a/databases/hk_classes/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2006-12-17 15:27:45.000000000 +0100 -+++ configure 2012-02-19 20:23:04.014494956 +0100 -@@ -20681,7 +20681,7 @@ - py_version=`$PYTHON -c "from distutils.sysconfig import *; \ - from string import join; \ - print join(get_config_vars('VERSION'))"` -- if test "$py_version" == "None"; then -+ if test "$py_version" = "None"; then - if test -n "$PYTHON_VERSION"; then - py_version=$PYTHON_VERSION - else |