--- libseahorse/seahorse-gpg-options.c.old 2007-01-04 13:41:23.000000000 +0100 +++ libseahorse/seahorse-gpg-options.c 2007-01-04 13:50:37.000000000 +0100 @@ -32,7 +32,11 @@ #include "seahorse-gpg-options.h" #define GPG_CONF_HEADER "# FILE CREATED BY SEAHORSE\n\n" +#if GPG_MAJOR == 1 #define GPG_VERSION_PREFIX "1." +#else GPG_MAJOR == 2 +#define GPG_VERSION_PREFIX "2." +#endif static gchar gpg_homedir[MAXPATHLEN]; static gboolean gpg_options_inited = FALSE;