summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-06-19 16:25:34 +0000
committerrwst <rwst@users.sourceforge.net>2006-06-19 16:25:34 +0000
commit1848ea5893898753f1b16a66d711364152184545 (patch)
tree5b150eca2cb41da53ca4dd560bb7e28e6e72797c
parent#include "config.h" too (diff)
downloadinkscape-1848ea5893898753f1b16a66d711364152184545.tar.gz
inkscape-1848ea5893898753f1b16a66d711364152184545.zip
revert previous change
(bzr r1231)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 19dfefc01..b752a9633 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ if test "$GCC" = "yes"; then
# -Wno-pointer-sign is probably new in gcc 4.0; certainly it isn't accepted
# by gcc 2.95.
ink_svd_CFLAGS="$CFLAGS"
- CFLAGS="-Wno-invalid-offsetof -Wno-pointer-sign $CFLAGS"
+ CFLAGS="-Wno-pointer-sign $CFLAGS"
AC_COMPILE_IFELSE([int dummy;
], , CFLAGS="$ink_svd_CFLAGS",)
CFLAGS="-Wall -W $CFLAGS"