ac_python_version=`$PYTHON -c 'import distutils.sysconfig; \
print distutils.sysconfig.get_config_var("VERSION")'`
AC_PATH_PROG([pyconfig], [$PYTHON-config], [no])
-AS_IF([test x"$pyconfig" == x"no"], [
+AS_IF([test x"$pyconfig" = x"no"], [
dnl For those that don't have python-config
CPPFLAGS="$CFLAGS `$PYTHON -c 'import distutils.sysconfig; \
print "-I" + distutils.sysconfig.get_config_var("INCLUDEPY")'`"
fi
-if test x"${WGET}" == x"no"
+if test x"${WGET}" = x"no"
then
as_fn_error $? "Unable to find wget, please install wget" "$LINENO" 5
fi
fi
-if test x"${CMAKE}" == x"no"
+if test x"${CMAKE}" = x"no"
then
as_fn_error $? "Unable to find cmake, please install cmake" "$LINENO" 5
fi
fi
-if test x"${PERL}" == x"no"
+if test x"${PERL}" = x"no"
then
as_fn_error $? "Unable to find perl, please install perl" "$LINENO" 5
fi
fi
-if test x"${CURL}" == x"no"
+if test x"${CURL}" = x"no"
then
as_fn_error $? "Unable to find curl-config, please install curl-config" "$LINENO" 5
fi
fi
-if test x"${XML}" == x"no"
+if test x"${XML}" = x"no"
then
as_fn_error $? "Unable to find xml2-config, please install xml2-config" "$LINENO" 5
fi
fi
-if test x"${BASH}" == x"no"
+if test x"${BASH}" = x"no"
then
as_fn_error $? "Unable to find bash, please install bash" "$LINENO" 5
fi
fi
-if test x"${PYTHONPATH}" == x"no"
+if test x"${PYTHONPATH}" = x"no"
then
as_fn_error $? "Unable to find $PYTHON, please install $PYTHON" "$LINENO" 5
fi
fi
-if test x"$pyconfig" == x"no"; then :
+if test x"$pyconfig" = x"no"; then :
CPPFLAGS="$CFLAGS `$PYTHON -c 'import distutils.sysconfig; \
print "-I" + distutils.sysconfig.get_config_var("INCLUDEPY")'`"
fi
-if test x"${XGETTEXT}" == x"no"
+if test x"${XGETTEXT}" = x"no"
then
as_fn_error $? "Unable to find xgettext, please install xgettext" "$LINENO" 5
fi
fi
-if test x"${AS86}" == x"no"
+if test x"${AS86}" = x"no"
then
as_fn_error $? "Unable to find as86, please install as86" "$LINENO" 5
fi
fi
-if test x"${LD86}" == x"no"
+if test x"${LD86}" = x"no"
then
as_fn_error $? "Unable to find ld86, please install ld86" "$LINENO" 5
fi
fi
-if test x"${BCC}" == x"no"
+if test x"${BCC}" = x"no"
then
as_fn_error $? "Unable to find bcc, please install bcc" "$LINENO" 5
fi
fi
-if test x"${IASL}" == x"no"
+if test x"${IASL}" = x"no"
then
as_fn_error $? "Unable to find iasl, please install iasl" "$LINENO" 5
fi