mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
It's not used by LibreELEC and it trigger a build failure on recent GNU/Linux distribution like Fedora 24. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
12 lines
358 B
Diff
12 lines
358 B
Diff
--- a/configure.ac.orig 2016-10-17 22:23:59.484494213 +0200
|
|
+++ b/configure.ac 2016-10-17 22:25:08.045520993 +0200
|
|
@@ -76,7 +76,7 @@
|
|
fi
|
|
fi
|
|
AX_PYTHON_MODULE([yaml])
|
|
-AM_CONDITIONAL([HAVE_PYMOD_YAML], test $HAVE_PYMOD_YAML = "yes")
|
|
+AM_CONDITIONAL([HAVE_PYMOD_YAML], false)
|
|
forkpty=""
|
|
AC_CHECK_FUNCS(forkpty)
|
|
if test "$ac_cv_func_forkpty" != yes; then
|