]> git.sur5r.net Git - i3/i3/commitdiff
Added libiconv to search libs for OpenBSD patch (#3336)
authorHarry Lawrence <hazbo@gmx.com>
Sat, 4 Aug 2018 17:27:25 +0000 (18:27 +0100)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Sat, 4 Aug 2018 17:27:25 +0000 (18:27 +0100)
configure.ac

index 8dce4f9f7846ffcefb0fabbfce894ce602ed216f..39c228e320e3a9bd8aec9eebfc0bb4d248090090 100644 (file)
@@ -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