Re: [opensc-devel] [PATCH] opensc: fix GNU libiconv detection

2009-04-21 Thread Alon Bar-Lev
Thanks! Committed at rev 3684. On 4/21/09, Kalev Lember wrote: > Hello, > > The attached patch fixes GNU libiconv detection by adding an additional > libiconv symbol check to autoconf -liconv link test. Right now some > iconv implementations have only iconv* symbols (GNU libc), some have > on

[opensc-devel] [PATCH] opensc: fix GNU libiconv detection

2009-04-21 Thread Kalev Lember
Hello, The attached patch fixes GNU libiconv detection by adding an additional libiconv symbol check to autoconf -liconv link test. Right now some iconv implementations have only iconv* symbols (GNU libc), some have only libiconv* (GNU libiconv), and some have both defined (Mac OS X's iconv), so i