X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=configure.ac;h=39c228e320e3a9bd8aec9eebfc0bb4d248090090;hb=e8dee4308a3a57e8a4c0da4fb79e965bc3fb8a9b;hp=8dce4f9f7846ffcefb0fabbfce894ce602ed216f;hpb=6cc3a2bfe841d0997b110680af3c32cd19e8f1e2;p=i3%2Fi3 diff --git a/configure.ac b/configure.ac index 8dce4f9f..39c228e3 100644 --- a/configure.ac +++ b/configure.ac @@ -83,7 +83,8 @@ AC_SEARCH_LIBS([ev_run], [ev], , [AC_MSG_FAILURE([cannot find the required ev_ru AC_SEARCH_LIBS([shm_open], [rt]) -AC_SEARCH_LIBS([iconv_open], [iconv], , [AC_MSG_FAILURE([cannot find the required iconv_open() function despite trying to link with -liconv])]) +AC_SEARCH_LIBS([iconv_open], [iconv], , +AC_SEARCH_LIBS([libiconv_open], [iconv], , [AC_MSG_FAILURE([cannot find the required iconv_open() function despite trying to link with -liconv])])) AX_PTHREAD