blob: 190b28d4c7829812ee9e2fe5699569c37727aa4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- config_office/configure.in 2003-08-13 17:14:51.000000000 +0200
+++ config_office/configure.in 2003-08-13 17:14:51.000000000 +0200
@@ -499,11 +499,6 @@
if test "$_gcc_major" = "3"; then
USE_GCC3="TRUE"
- if test "$_gcc_longver" -eq "030203"; then
- if test ENABLE_SYMBOLS -eq "SMALL"; then
- AC_MSG_ERROR([version "$_gcc_version" gives internal error with small.])
- fi
- fi
else
USE_GCC3="FALSE"
if test "$_gcc_longver" -lt "029502"; then
|