|
Line
Link Here
|
| 0 |
-- motif-2.3.6-orig/configure.ac |
0 |
++ motif-2.3.6/configure.ac |
|
Lines 158-164
Link Here
|
| 158 |
|
158 |
|
| 159 |
if test x$GCC = xyes |
159 |
if test x$GCC = xyes |
| 160 |
then |
160 |
then |
| 161 |
CFLAGS="$CFLAGS -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment" |
161 |
CFLAGS="$CFLAGS -Wall -fno-strict-aliasing -Wno-unused -Wno-comment" |
| 162 |
if test ` $CC -dumpversion | sed -e 's/\(^.\).*/\1/'` = "4" ; then |
162 |
if test ` $CC -dumpversion | sed -e 's/\(^.\).*/\1/'` = "4" ; then |
| 163 |
CFLAGS="$CFLAGS -fno-tree-ter" |
163 |
CFLAGS="$CFLAGS -fno-tree-ter" |
| 164 |
fi |
164 |
fi |