summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-07-02 14:00:04 +0200
committerSimon Josefsson <simon@josefsson.org>2008-07-02 14:00:04 +0200
commit9e5dc1ebad015094089609e1c6f90e27025d8316 (patch)
tree39b239920297f80c579740637a4a2a846b3deeac
parent6db572313d4dabef322b18ba973e0ef18c228174 (diff)
downloadgnutls-9e5dc1ebad015094089609e1c6f90e27025d8316.tar.gz
Disable building guile for now, to be able to do a release.
-rw-r--r--Makefile.am2
-rw-r--r--cfg.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f7f31de4a8..89f686186f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@
# along with this file; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-guile
SUBDIRS = lgl gl includes lib libextra src doc tests po
diff --git a/cfg.mk b/cfg.mk
index ca8d875a25..f97ea76fdd 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -18,7 +18,7 @@
# along with this file; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-CFGFLAGS ?= --enable-developer-mode --enable-gtk-doc
+CFGFLAGS ?= --enable-developer-mode --enable-gtk-doc --disable-guile
INDENT_SOURCES = `ls includes/gnutls/*.h{,.in} {lib,lib/x509,libextra,libextra/openpgp,src,tests}/*.{c,h} | grep -v -- -gaa`