old-build: fix iconv check on openbsd

This commit is contained in:
Stefano Pigozzi 2013-11-27 07:59:38 +01:00 committed by wm4
parent b9585e518b
commit 485c658f3f
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -893,7 +893,7 @@ extra_cflags="-I. -D_GNU_SOURCE $extra_cflags"
_timer=timer-linux.c
_getch=getch2.c
if freebsd ; then
if freebsd || openbsd ; then
extra_ldflags="$extra_ldflags -L/usr/local/lib"
extra_cflags="$extra_cflags -I/usr/local/include"
fi