]> git.pld-linux.org Git - packages/dict-web1913.git/blob - dict-web1913-ac.patch
- concatenation of string literals with __FUNCTION__ is deprecated
[packages/dict-web1913.git] / dict-web1913-ac.patch
1 --- dict-web1913-1.4/libmaa/configure.in~       Sun Feb 22 20:32:16 1998
2 +++ dict-web1913-1.4/libmaa/configure.in        Wed Sep 18 00:26:24 2002
3 @@ -192,7 +193,7 @@
4  fi
5  
6  if test "$needs_xmalloc" = 1; then
7 -    LIBOBJS="$LIBOBJS xmalloc.o"
8 +    AC_LIBOBJ([xmalloc])
9  fi
10  
11  echo .
This page took 0.054215 seconds and 3 git commands to generate.