]> git.pld-linux.org Git - packages/tar.git/blob - tar-iconv.patch
- added URL
[packages/tar.git] / tar-iconv.patch
1 --- tar-1.13.93/configure.ac.orig       2004-03-02 00:19:00.000000000 +0100
2 +++ tar-1.13.93/configure.ac    2004-03-02 00:34:44.077767376 +0100
3 @@ -277,8 +277,9 @@
4                                            [Conversion descriptor type]),
5                                  [#include <iconv.h>])])
6  
7 +AC_CHECK_FUNC(iconv, [AC_DEFINE([HAVE_LIBICONV])],[
8  AC_CHECK_LIB(iconv, iconv)
9 -
10 +])
11  
12  AC_OUTPUT([Makefile m4/Makefile \
13             doc/Makefile\
This page took 0.025649 seconds and 3 git commands to generate.