blob: cb8bf9248b03c87f01ddc27bb934e575215972bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- Configure1 2013-02-07 22:10:22.000000000 +0400
+++ Configure 2013-02-07 22:11:37.000000000 +0400
@@ -884,18 +884,6 @@
${msg} " ${irt_no}"
fi
-${msg} -n "${irt_seeingif} $cctype ${irt_accepts} '-Werror'... "
-echo "
-#include <stdlib.h>
-${main0}" > config.temp.c
-if $cctype -o config.temp -Werror $CFLAGS config.temp.c $LDFLAGS $libs $LIBS; then
- ${msg} "${irt_yes}"
- WERROR="-Werror"
-else
- ${msg} " ${irt_no}"
-fi
-
-
${msg} -n "${irt_seeing16bit}... "
echo "
#include <stdlib.h>
|