]> git.pld-linux.org Git - packages/DirectFB.git/blob - DirectFB-am.patch
- updated for 0.9.14
[packages/DirectFB.git] / DirectFB-am.patch
1 --- DirectFB-0.9.14/configure.in.orig   Mon Oct 28 19:20:06 2002
2 +++ DirectFB-0.9.14/configure.in        Thu Nov  7 11:21:17 2002
3 @@ -64,6 +64,7 @@
4  AC_HEADER_STDC
5  AC_C_CONST
6  AC_C_BIGENDIAN
7 +AM_PROG_AS
8  
9  AC_PATH_PROGS(PERL, perl5 perl)
10  
11 @@ -230,9 +231,8 @@
12  if test "x$enable_debug" = xyes; then
13      AC_DEFINE(DFB_DEBUG,1,[Define to 1 if you want debugging support.])
14      DFB_INTERNAL_CFLAGS="$DFB_INTERNAL_CFLAGS -DDFB_DEBUG"
15 -    DFB_CFLAGS="$DFB_CFLAGS -O3 -g3 -fno-inline"
16 +    DFB_CFLAGS="$DFB_CFLAGS -fno-inline"
17  else
18 -    DFB_CFLAGS="$DFB_CFLAGS -O3 -g"
19      if test "x$enable_profiling" = xno; then
20          DFB_CFLAGS_OMIT_FRAME_POINTER="-fomit-frame-pointer"
21      fi
This page took 0.026796 seconds and 3 git commands to generate.