diff options
author | Marcus Brinkmann <[email protected]> | 2007-08-22 11:10:42 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2007-08-22 11:10:42 +0000 |
commit | 597e0283e27f60c807bbe7f4a2b2ecb9dcace467 (patch) | |
tree | 46511aa5da932a3396d1fdbf1ade505bac737a7e | |
parent | 2007-08-21 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-597e0283e27f60c807bbe7f4a2b2ecb9dcace467.tar.gz gpgme-597e0283e27f60c807bbe7f4a2b2ecb9dcace467.zip |
Fix last change.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 06892fbe..923792c0 100644 --- a/configure.ac +++ b/configure.ac @@ -159,7 +159,7 @@ build_w32_glib=no AM_PATH_GLIB_2_0 AC_ARG_ENABLE(w32-glib, AC_HELP_STRING([--enable-w32-glib], [build GPGME Glib for W32]), - build_w32_glib=enableval) + build_w32_glib=$enableval) AM_CONDITIONAL(BUILD_W32_GLIB, test "$build_w32_glib" = yes) AM_CONDITIONAL(HAVE_PTH, test "$have_pth" = "yes") |