The Samba-Bugzilla – Attachment 1265 Details for
Bug 1261
Broken detection of iconv libs.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to remove detection of libbiconv altogether
look (text/plain), 693 bytes, created by
Gerald (Jerry) Carter (dead mail address)
on 2005-06-07 11:40:29 UTC
(
hide
)
Description:
patch to remove detection of libbiconv altogether
Filename:
MIME Type:
Creator:
Gerald (Jerry) Carter (dead mail address)
Created:
2005-06-07 11:40:29 UTC
Size:
693 bytes
patch
obsolete
>Index: aclocal.m4 >=================================================================== >--- aclocal.m4 (revision 7371) >+++ aclocal.m4 (working copy) >@@ -564,17 +564,6 @@ > jm_cv_lib_iconv="" > jm_cv_giconv=no > jm_save_LIBS="$LIBS" >- LIBS="$LIBS -lbiconv" >- AC_TRY_LINK([#include <stdlib.h> >-#include <biconv.h>], >- [iconv_t cd = iconv_open("",""); >- iconv(cd,NULL,NULL,NULL,NULL); >- iconv_close(cd);], >- jm_cv_func_iconv=yes >- jm_cv_biconv=yes >- jm_cv_include="biconv.h" >- jm_cv_lib_iconv="biconv") >- LIBS="$jm_save_LIBS" > > dnl Check for include in funny place but no lib needed > if test "$jm_cv_func_iconv" != yes; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1261
:
1260
| 1265