]> git.pld-linux.org Git - packages/gnuchess.git/blame - gnuchess-ac_fixes.patch
- a bit fixed pl description
[packages/gnuchess.git] / gnuchess-ac_fixes.patch
CommitLineData
88746b39 1--- gnuchess-4.0.pl80/src/configure.in~ Thu Dec 6 10:54:06 2001
2+++ gnuchess-4.0.pl80/src/configure.in Thu Dec 6 10:54:06 2001
3@@ -3,18 +3,7 @@
4 AC_INIT(ataks.c)
5
6 dnl Checks for programs.
7-if test -z "$CFLAGS" ; then
8- CFLAGS_DEFAULTED=yes
9-fi
10 AC_PROG_CC
11-if test "$CFLAGS_DEFAULTED" = yes; then
12- if test "$GCC" = yes; then
13- CFLAGS="-O2"
14- else
15- dnl Probably every compiler has a -O flag, but not all have -O2, -O3, etc
16- CFLAGS="-O"
17- fi
18-fi
19 AC_PROG_INSTALL
20
21 dnl Checks for libraries.
This page took 0.101632 seconds and 4 git commands to generate.