summaryrefslogtreecommitdiff
path: root/libobjc/configure.ac
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2016-11-30 12:42:04 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2016-11-30 12:42:04 +0100
commitac02e9a821bcd09c6dd1294760756f18af5e06ba (patch)
tree5fe91e716d87f86a54a6ca240ea297a054a6fd4e /libobjc/configure.ac
parentcc46bc434015f59862e9905c98e9226d3bb1a6d1 (diff)
configure.ac (--enable-objc-gc): If not given, default to enable_objc_gc=no.
* configure.ac (--enable-objc-gc): If not given, default to enable_objc_gc=no. * configure: Regenerated. From-SVN: r243010
Diffstat (limited to 'libobjc/configure.ac')
-rw-r--r--libobjc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/configure.ac b/libobjc/configure.ac
index 0497836a964..89075c2fcfd 100644
--- a/libobjc/configure.ac
+++ b/libobjc/configure.ac
@@ -203,7 +203,7 @@ gt_BITFIELD_TYPE_MATTERS
AC_ARG_ENABLE(objc-gc,
[AS_HELP_STRING([--enable-objc-gc],
[enable use of Boehm's garbage collector with the
- GNU Objective-C runtime])])
+ GNU Objective-C runtime])],,enable_objc_gc=no)
AC_ARG_WITH([target-bdw-gc],
[AS_HELP_STRING([--with-target-bdw-gc=PATHLIST],
[specify prefix directory for installed bdw-gc package.