[gnome-menus/wip/gobject-review] build: Drop check for -fno-strict-aliasing support
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-menus/wip/gobject-review] build: Drop check for -fno-strict-aliasing support
- Date: Thu, 7 Jul 2011 22:32:13 +0000 (UTC)
commit 2e694f37bfeb1185a2fcf912df78ca18323a13e5
Author: Vincent Untz <vuntz gnome org>
Date: Mon Jul 4 17:23:32 2011 +0200
build: Drop check for -fno-strict-aliasing support
This was only needed for our previous python bindings.
configure.ac | 20 --------------------
1 files changed, 0 insertions(+), 20 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fcc348b..022fdc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,26 +74,6 @@ AC_SUBST(DEBUG_CFLAGS)
AM_PATH_PYTHON(2.3)
-# Because of the way Python implements polymorphism, we get the following warning:
-# "warning: dereferencing type-punned pointer will break strict-aliasing rules"
-# -fno-strict-aliasing (as used in Python build) switches warnings off
-NO_STRICT_ALIASING_CFLAGS=""
-if test "x$GCC" = "xyes" ; then
- AC_MSG_CHECKING(whether $CC accepts -fno-strict-aliasing)
- ac_save_cc="$CC"
- CC="$CC -fno-strict-aliasing"
- AC_TRY_RUN([int main() { return 0; }],
- ac_cv_no_strict_aliasing_ok=yes,
- ac_cv_no_strict_aliasing_ok=no,
- ac_cv_no_strict_aliasing_ok=no)
- CC="$ac_save_cc"
- AC_MSG_RESULT($ac_cv_no_strict_aliasing_ok)
- if test "x$ac_cv_no_strict_aliasing_ok" = "xyes" ; then
- NO_STRICT_ALIASING_CFLAGS="-fno-strict-aliasing"
- fi
-fi
-AC_SUBST(NO_STRICT_ALIASING_CFLAGS)
-
GOBJECT_INTROSPECTION_CHECK([0.9.5])
AC_OUTPUT([
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]