diff options
author | Werner Koch <[email protected]> | 2005-11-18 16:52:38 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-11-18 16:52:38 +0000 |
commit | 6b24b361ad8311c7a8f3d74ffbaf82a525347018 (patch) | |
tree | 8e63b605899fe4508cdac4727e9de1ba0911810c /autogen.sh | |
parent | 2005-11-18 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-6b24b361ad8311c7a8f3d74ffbaf82a525347018.tar.gz gpgme-6b24b361ad8311c7a8f3d74ffbaf82a525347018.zip |
GPA does now work with the glib based i/o backend.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -76,7 +76,8 @@ if test "$1" = "--build-w32"; then ./configure --enable-maintainer-mode --prefix=${w32root} \ --host=i586-mingw32msvc --build=${build} \ --with-gpg-error-prefix=${w32root} --without-gpgsm \ - --enable-shared --enable-static + --enable-shared --enable-static --enable-w32-glib \ + PKG_CONFIG_LIBDIR="$w32root/lib/pkgconfig" exit $? fi |