summaryrefslogtreecommitdiff
path: root/libvtv/acinclude.m4
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2013-08-07 23:40:49 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2013-08-07 23:40:49 +0000
commit0adca0561a9541e61b48d62bce5762313e745709 (patch)
tree0fc17ee70a3ffdba97eb50442871c4f2fe15a091 /libvtv/acinclude.m4
parent81d635d9636fafae8379a45c761bcfb6ac3e73bf (diff)
downloadgcc-0adca0561a9541e61b48d62bce5762313e745709.tar.gz
2013-08-07 Benjamin Kosnik <bkoz@rehat.com>
* Makefile.am (SUBDIRS): Protect with ENABLE_VTABLE_VERIFY. * Makefile.in: Regenerate. * acinclude.m4 (LIBVTV_CONFIGURE): Move parts to.. * configure.ac: ...here. Make configure more verbose, re-order. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201585 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libvtv/acinclude.m4')
-rw-r--r--libvtv/acinclude.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/libvtv/acinclude.m4 b/libvtv/acinclude.m4
index 6faca986edd..53e62d24c11 100644
--- a/libvtv/acinclude.m4
+++ b/libvtv/acinclude.m4
@@ -30,17 +30,6 @@ dnl - lots of tools, like CC and CXX
dnl
AC_DEFUN([LIBVTV_CONFIGURE], [
- # Use same top-level configure hooks in libgcc/libstdc++/libvtv.
- AC_ARG_ENABLE(vtable-verify,
- [ --enable-vtable-verify Enable vtable verification feature ],
- [case "$enableval" in
- yes) enable_vtable_verify=yes ;;
- no) enable_vtable_verify=no ;;
- *) enable_vtable_verify=no;;
- esac],
- [enable_vtable_verify=no])
- AM_CONDITIONAL(ENABLE_VTABLE_VERIFY, test $enable_vtable_verify = yes)
-
# These need to be absolute paths, yet at the same time need to
# canonicalize only relative paths, because then amd will not unmount
# drives. Thus the use of PWDCMD: set it to 'pawd' or 'amq -w' if using amd.