summaryrefslogtreecommitdiff
path: root/libobjc
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
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')
-rw-r--r--libobjc/ChangeLog10
-rwxr-xr-xlibobjc/configure2
-rw-r--r--libobjc/configure.ac2
3 files changed, 11 insertions, 3 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index d38ac75e950..1b9a506e15d 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,3 +1,9 @@
+2016-11-30 Jakub Jelinek <jakub@redhat.com>
+
+ * configure.ac (--enable-objc-gc): If not given, default to
+ enable_objc_gc=no.
+ * configure: Regenerated.
+
2016-11-30 Matthias Klose <doko@ubuntu.com>
* configure.ac (--enable-objc-gc): Allow to configure with a
@@ -5,8 +11,8 @@
* configure: Regenerate.
* Makefile.in (OBJC_BOEHM_GC_LIBS): Get value from configure.
* gc.c: Include system bdw-gc headers.
- * memory.c: Likewise
- * objects.c: Likewise
+ * memory.c: Likewise.
+ * objects.c: Likewise.
2016-11-15 Matthias Klose <doko@ubuntu.com>
diff --git a/libobjc/configure b/libobjc/configure
index 43a68de9977..251ad6b723d 100755
--- a/libobjc/configure
+++ b/libobjc/configure
@@ -11509,6 +11509,8 @@ $as_echo "#define HAVE_BITFIELD_TYPE_MATTERS 1" >>confdefs.h
# Check whether --enable-objc-gc was given.
if test "${enable_objc_gc+set}" = set; then :
enableval=$enable_objc_gc;
+else
+ enable_objc_gc=no
fi
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.