summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2012-02-03 23:17:30 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2012-02-03 23:17:30 +0000
commit57f2a8e9215daf83616bb05b3b134e5544f7d808 (patch)
tree3da28276007bf233dbb6835fab6f51800a02c0cc /configure.ac
parentf7eb28b85addc21ad55952c0cb00b9e5127beced (diff)
updating configure to use python-config for building python bindings
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 729544391..4a8d19433 100644
--- a/configure.ac
+++ b/configure.ac
@@ -829,7 +829,7 @@ AC_LIB_ANTLR
# build support. The arg list is the default set if unspecified by
# the user (the actual built set is the subset that appears to be
# supported by the build host).
-CVC4_CHECK_BINDINGS([c java])dnl csharp perl php python ruby tcl ocaml])
+CVC4_CHECK_BINDINGS([c java])
# Checks for header files.
AC_CHECK_HEADERS([getopt.h unistd.h])
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback