From: Michael Schroeder Date: Thu, 9 Jul 2009 10:41:42 +0000 (+0200) Subject: - add missing ifdef X-Git-Tag: BASE-SuSE-Code-12_1-Branch~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44c8cfae66a1ead5e998404a2a3246c479ce3bbe;p=thirdparty%2Flibsolv.git - add missing ifdef --- diff --git a/examples/solv.c b/examples/solv.c index aa5918fa..1640bcfe 100644 --- a/examples/solv.c +++ b/examples/solv.c @@ -191,8 +191,10 @@ read_repoinfos(Pool *pool, const char *reposdir, int *nrepoinfosp) kp++; if (!*kp || *kp == '#') continue; +#ifdef FEDORA if (strchr(kp, '$')) kp = yum_substitute(pool, kp); +#endif if (*kp == '[') { vp = strrchr(kp, ']');