]> git.pld-linux.org Git - packages/ClanLib.git/blame - ClanLib-OPT.patch
- s/OpenGL/GGI in pl description GGI subpkg
[packages/ClanLib.git] / ClanLib-OPT.patch
CommitLineData
d5b9477b
JK
1diff -durN ClanLib-0.4.3.orig/configure.in ClanLib-0.4.3/configure.in
2--- ClanLib-0.4.3.orig/configure.in Mon Mar 13 18:55:21 2000
3+++ ClanLib-0.4.3/configure.in Sun Apr 16 18:14:18 2000
4@@ -227,12 +227,12 @@
5 comp_mode="-DDEBUG=1 -g"
6 AC_MSG_RESULT([enabled])
7 else
8- comp_mode="-O3"
9+ comp_mode=""
10 AC_MSG_RESULT([*********** <-- DISABLED --> ***********])
11 fi
12 ],
13 [
14- comp_mode="-O3"
15+ comp_mode=""
16 AC_MSG_RESULT([********** DISABLED FOR STABLE RELEASE VERSION **********])
17 ])
18
This page took 0.070444 seconds and 4 git commands to generate.