]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libvtv/configure.ac
Move VTV_SUPPORTED check after AC_CANONICAL_SYSTEM
[thirdparty/gcc.git] / libvtv / configure.ac
index 6db97dc60b86edd42eddfa7c61c6a016fe8dbad9..e3fb92fc29ee1246bb62618ba9ac746444958446 100644 (file)
@@ -20,6 +20,13 @@ AC_ARG_ENABLE(version-specific-runtime-libs,
 [version_specific_libs=no])
 AC_MSG_RESULT($version_specific_libs)
 
+# Do not delete or change the following two lines.  For why, see
+# http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
+AC_CANONICAL_SYSTEM
+target_alias=${target_alias-$host_alias}
+AC_SUBST(target_alias)
+GCC_LIBSTDCXX_RAW_CXX_FLAGS
+
 # See if supported.
 unset VTV_SUPPORTED
 AC_MSG_CHECKING([for host support for vtable verification])
@@ -33,13 +40,6 @@ if test "x$VTV_SUPPORTED" = "xyes"; then
   AC_MSG_NOTICE(using vtable verification)
 fi 
 
-# Do not delete or change the following two lines.  For why, see
-# http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
-AC_CANONICAL_SYSTEM
-target_alias=${target_alias-$host_alias}
-AC_SUBST(target_alias)
-GCC_LIBSTDCXX_RAW_CXX_FLAGS
-
 AM_INIT_AUTOMAKE(foreign no-dist)
 AM_ENABLE_MULTILIB(, ..)
 AM_MAINTAINER_MODE