From dbcce0df8f265a5e158c8e489be3dec6e704fd73 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 25 Jan 2010 16:04:27 +0000 Subject: Allow the native W32 version to properly work with sockets. --- autogen.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 60e52d74..e328f8e2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -81,6 +81,7 @@ if test "$1" = "--build-w32"; then ./configure --enable-maintainer-mode --prefix=${w32root} \ --host=i586-mingw32msvc --build=${build} \ --with-gpg-error-prefix=${w32root} \ + --with-libassuan-prefix=${w32root} \ --enable-shared --enable-static --enable-w32-glib \ PKG_CONFIG_LIBDIR="$w32root/lib/pkgconfig" @@ -162,3 +163,4 @@ $AUTOCONF${FORCE} echo "You may now run: ./configure --enable-maintainer-mode && make " + -- cgit v1.2.3