- fix spelling of ENABLE_RPMDB_PUBKEY
authorMichael Schroeder <mls@suse.de>
Thu, 23 Feb 2012 14:45:03 +0000 (15:45 +0100)
committerMichael Schroeder <mls@suse.de>
Thu, 23 Feb 2012 14:45:03 +0000 (15:45 +0100)
ext/repo_rpmdb.c

index 5eccfec..27bf71a 100644 (file)
@@ -2528,7 +2528,7 @@ rpm_byrpmh(Header h, void **statep)
 }
 
 
-#ifdef ENABLE_RPM_PUBKEY
+#ifdef ENABLE_RPMDB_PUBKEY
 
 static char *
 r64dec1(char *p, unsigned int *vp, int *eofp)
@@ -3145,4 +3145,4 @@ repo_add_pubkeys(Repo *repo, const char **keys, int nkeys, int flags)
   return 0;
 }
 
-#endif /* ENABLE_RPM_PUBKEY */
+#endif /* ENABLE_RPMDB_PUBKEY */