]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-configure.patch
- add directory for logs
[packages/lighttpd.git] / lighttpd-configure.patch
1 --- configure.in~       2004-03-24 01:37:30.000000000 +0100
2 +++ configure.in        2004-03-25 19:20:48.743178464 +0100
3 @@ -251,7 +251,7 @@
4  fi
5  
6  if test "${GCC}" = "yes"; then
7 -       CFLAGS="${CFLAGS} -Wall -W -O3 -Wshadow -pedantic"
8 +       CFLAGS="${CFLAGS} -Wall -W -Wshadow -pedantic"
9  
10         AC_MSG_CHECKING(version of GCC)
11         GCC_version=`${CC} --version | head -1`
This page took 0.046493 seconds and 3 git commands to generate.