summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-07-02 18:15:04 +0200
committerSimon Josefsson <simon@josefsson.org>2008-07-02 18:15:04 +0200
commitbc11d56f6461ff0a2afcae7f864bed54a7b337c1 (patch)
tree45495f8895136b08530c2ac10a331ad2a383a8dd
parentb32735e1e275c4a2dbf544c04cdf344181fea555 (diff)
downloadgnutls-bc11d56f6461ff0a2afcae7f864bed54a7b337c1.tar.gz
Guile problem fixed.
-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 89f686186f..f7f31de4a8 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 --disable-guile
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
SUBDIRS = lgl gl includes lib libextra src doc tests po
diff --git a/cfg.mk b/cfg.mk
index fd6fda1d78..acdfe7ab1f 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 --disable-guile
+CFGFLAGS ?= --enable-developer-mode --enable-gtk-doc
INDENT_SOURCES = `find . -name \*.c|grep -v -e ^./lgl -e ^./gl -e ^./src/cfg -e -gaa.c -e asn1_tab.c`