2007-02-03 21:13:51 +00:00
|
|
|
--- gpgme-1.1.3/gpgme/gpgme-config.in.config_extras 2007-01-29 14:16:20.000000000 -0600
|
|
|
|
+++ gpgme-1.1.3/gpgme/gpgme-config.in 2007-02-03 14:57:01.000000000 -0600
|
|
|
|
@@ -19,21 +19,21 @@
|
2006-05-11 19:34:16 +00:00
|
|
|
|
|
|
|
# Configure libgpg-error.
|
|
|
|
gpg_error_cflags="@GPG_ERROR_CFLAGS@"
|
|
|
|
-gpg_error_libs="@GPG_ERROR_LIBS@"
|
|
|
|
+#gpg_error_libs="@GPG_ERROR_LIBS@"
|
|
|
|
|
|
|
|
# Configure thread packages.
|
|
|
|
thread_modules=""
|
|
|
|
|
|
|
|
@HAVE_PTH_TRUE@thread_modules="$thread_modules pth"
|
|
|
|
-libs_pth="@PTH_LDFLAGS@ @PTH_LIBS@"
|
|
|
|
+#libs_pth="@PTH_LDFLAGS@ @PTH_LIBS@"
|
|
|
|
cflags_pth="@PTH_CFLAGS@"
|
|
|
|
|
2007-02-03 21:13:51 +00:00
|
|
|
@HAVE_PTHREAD_TRUE@thread_modules="$thread_modules pthread"
|
|
|
|
-libs_pthread="-lpthread"
|
|
|
|
+#libs_pthread="-lpthread"
|
|
|
|
cflags_pthread=""
|
|
|
|
|
2006-05-11 19:34:16 +00:00
|
|
|
# Configure glib.
|
2007-02-03 21:13:51 +00:00
|
|
|
-libs_glib="@GLIB_LIBS@"
|
|
|
|
+#libs_glib="@GLIB_LIBS@"
|
2006-05-11 19:34:16 +00:00
|
|
|
cflags_glib="@GLIB_CFLAGS@"
|
2007-02-03 21:13:51 +00:00
|
|
|
with_glib=
|
|
|
|
|