From a1e8cd532d1749640a460957ca9fc247093d008c Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 26 Oct 2012 10:36:20 -0700 Subject: [PATCH] disable jobserver for now, is broken on some systems --- .gitignore | 1 + Makefile.am | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2f7f52d80..83b6f456a 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ missing libtool tags .tags* +cyassl-config cyassl.sublime* ctaocrypt/benchmark/benchmark ctaocrypt/test/testctaocrypt diff --git a/Makefile.am b/Makefile.am index 00baf7f8e..b19a9e531 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ EXTRA_DIST= dist_doc_DATA= #includes additional rules from aminclude.am -@INC_AMINCLUDE@ +#@INC_AMINCLUDE@ DISTCLEANFILES+= aminclude.am exampledir = $(docdir)/example diff --git a/configure.ac b/configure.ac index e5c56e25e..bd122d446 100644 --- a/configure.ac +++ b/configure.ac @@ -721,7 +721,7 @@ AC_CONFIG_FILES([support/libcyassl.pc]) AC_CONFIG_FILES([rpm/spec]) AX_CREATE_GENERIC_CONFIG -AX_AM_JOBSERVER([yes]) +#AX_AM_JOBSERVER([yes]) AC_OUTPUT