diff options
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. |