diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2013-08-07 23:40:49 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2013-08-07 23:40:49 +0000 |
commit | 0c6cb2d1ad3738b66927353ccd557d6be3d32e70 (patch) | |
tree | 0fc17ee70a3ffdba97eb50442871c4f2fe15a091 /libvtv/acinclude.m4 | |
parent | 00458156b852e5876ce2814db38741f9b59262ac (diff) | |
download | gcc-0c6cb2d1ad3738b66927353ccd557d6be3d32e70.tar.gz |
Makefile.am (SUBDIRS): Protect with ENABLE_VTABLE_VERIFY.
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.
From-SVN: r201585
Diffstat (limited to 'libvtv/acinclude.m4')
-rw-r--r-- | libvtv/acinclude.m4 | 11 |
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. |