diff --git a/old-configure.in b/old-configure.in index 8fbc99b05e4a..ed5b30dbbe9d 100644 --- a/old-configure.in +++ b/old-configure.in @@ -1033,9 +1033,6 @@ case "$target" in # warning insists on complaining about the latter case, which # is annoying, and rather noisy. CXXFLAGS="$CXXFLAGS -Wno-used-but-marked-unused" - # Work around until bug 1472254 is fixed. - CFLAGS="$CFLAGS -Wno-pragma-pack" - CXXFLAGS="$CXXFLAGS -Wno-pragma-pack" fi # make 'foo == bar;' error out CFLAGS="$CFLAGS -we4553"