aboutsummaryrefslogtreecommitdiff
path: root/libvtv/configure
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2013-09-10 16:00:13 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2013-09-10 09:00:13 -0700
commitf5ebad64c9c183ce74be1d0320f9e33c1891cf84 (patch)
treec2724457e56152dedf68fcbef1aa7d818a08b84e /libvtv/configure
parentb0681c9e51cafab3bf40c1997e7da9e3d13bdefd (diff)
downloadgcc-f5ebad64c9c183ce74be1d0320f9e33c1891cf84.zip
gcc-f5ebad64c9c183ce74be1d0320f9e33c1891cf84.tar.gz
gcc-f5ebad64c9c183ce74be1d0320f9e33c1891cf84.tar.bz2
Move VTV_SUPPORTED check after AC_CANONICAL_SYSTEM
PR other/58374 * configure.ac: Move VTV_SUPPORTED check after AC_CANONICAL_SYSTEM. * configure: Regenerated. From-SVN: r202470
Diffstat (limited to 'libvtv/configure')
-rwxr-xr-xlibvtv/configure32
1 files changed, 16 insertions, 16 deletions
diff --git a/libvtv/configure b/libvtv/configure
index bb56cb0..0bd614a 100755
--- a/libvtv/configure
+++ b/libvtv/configure
@@ -2339,22 +2339,6 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $version_specific_libs" >&5
$as_echo "$version_specific_libs" >&6; }
-# See if supported.
-unset VTV_SUPPORTED
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for host support for vtable verification" >&5
-$as_echo_n "checking for host support for vtable verification... " >&6; }
-. ${srcdir}/configure.tgt
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $VTV_SUPPORTED" >&5
-$as_echo "$VTV_SUPPORTED" >&6; }
-
-# Decide if it's usable.
-use_vtable_verify=no
-if test "x$VTV_SUPPORTED" = "xyes"; then
- use_vtable_verify=yes
- { $as_echo "$as_me:${as_lineno-$LINENO}: using vtable verification" >&5
-$as_echo "$as_me: using vtable verification" >&6;}
-fi
-
# Do not delete or change the following two lines. For why, see
# http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
ac_aux_dir=
@@ -2522,6 +2506,22 @@ esac
+# See if supported.
+unset VTV_SUPPORTED
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for host support for vtable verification" >&5
+$as_echo_n "checking for host support for vtable verification... " >&6; }
+. ${srcdir}/configure.tgt
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $VTV_SUPPORTED" >&5
+$as_echo "$VTV_SUPPORTED" >&6; }
+
+# Decide if it's usable.
+use_vtable_verify=no
+if test "x$VTV_SUPPORTED" = "xyes"; then
+ use_vtable_verify=yes
+ { $as_echo "$as_me:${as_lineno-$LINENO}: using vtable verification" >&5
+$as_echo "$as_me: using vtable verification" >&6;}
+fi
+
am__api_version='1.11'
# Find a good install program. We prefer a C program (faster),