diff -Naur abi/src/config/require/beos/Makefile abi.mod/src/config/require/beos/Makefile --- abi/src/config/require/beos/Makefile Fri Aug 10 07:49:30 2001 +++ abi.mod/src/config/require/beos/Makefile Fri Aug 10 13:12:08 2001 @@ -38,7 +38,7 @@ echo Found libwv in peer directory; \ if [ ! -r $(ABI_ROOT)/../wv/config.h ]; then \ cd $(ABI_ROOT)/../wv; \ - ./configure; \ + ./configure --with-peer-iconv=abi; \ fi; \ $(MAKE) -f Makefile.abi -C $(ABI_ROOT)/../wv; \ else \ diff -Naur abi/src/config/require/mac/Makefile abi.mod/src/config/require/mac/Makefile --- abi/src/config/require/mac/Makefile Fri Aug 10 07:49:30 2001 +++ abi.mod/src/config/require/mac/Makefile Fri Aug 10 13:12:44 2001 @@ -38,7 +38,7 @@ echo Found libwv in peer directory; \ if [ ! -r $(ABI_ROOT)/../wv/config.h ]; then \ cd $(ABI_ROOT)/../wv; \ - ./configure; \ + ./configure --with-peer-iconv=abi; \ fi; \ $(MAKE) -f Makefile.abi -C $(ABI_ROOT)/../wv; \ else \ diff -Naur abi/src/config/require/qnx/Makefile abi.mod/src/config/require/qnx/Makefile --- abi/src/config/require/qnx/Makefile Fri Aug 10 07:49:30 2001 +++ abi.mod/src/config/require/qnx/Makefile Fri Aug 10 13:13:18 2001 @@ -70,7 +70,7 @@ echo Found libwv in peer directory; \ if [ ! -r $(ABI_ROOT)/../wv/config.h ]; then \ cd $(ABI_ROOT)/../wv; \ - ./configure; \ + ./configure --with-peer-iconv=abi; \ fi; \ $(MAKE) -f Makefile.abi -C $(ABI_ROOT)/../wv; \ else \ diff -Naur abi/src/config/require/unix/Makefile abi.mod/src/config/require/unix/Makefile --- abi/src/config/require/unix/Makefile Fri Aug 10 07:49:30 2001 +++ abi.mod/src/config/require/unix/Makefile Fri Aug 10 13:14:04 2001 @@ -123,7 +123,7 @@ echo Found libwv in peer directory; \ if [ ! -r $(ABI_ROOT)/../wv/config.h ]; then \ cd $(ABI_ROOT)/../wv; \ - ./configure; \ + ./configure --with-peer-iconv=abi; \ fi; \ $(MAKE) -f Makefile.abi -C $(ABI_ROOT)/../wv; \ else \ diff -Naur abi/src/config/require/win/Makefile abi.mod/src/config/require/win/Makefile --- abi/src/config/require/win/Makefile Fri Aug 10 07:49:30 2001 +++ abi.mod/src/config/require/win/Makefile Fri Aug 10 13:15:01 2001 @@ -79,7 +79,7 @@ echo Found libwv in peer directory; \ if [ ! -r $(ABI_ROOT)/../wv/config.h ]; then \ cd $(ABI_ROOT)/../wv; \ - CC=cl.exe CONFIG_SHELL=bash.exe bash ./configure; \ + CC=cl.exe CONFIG_SHELL=bash.exe bash ./configure --with-peer-iconv=abi; \ fi; \ $(MAKE) -f Makefile.abi -C $(ABI_ROOT)/../wv; \ else \