From d22398970867ea11366d4c8a9333f4d393b7a13f Mon Sep 17 00:00:00 2001 From: Michael van Elst Date: Wed, 5 Mar 2003 13:55:24 +0000 Subject: [PATCH] fix typos in conditional dependencies --- bind/bind.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bind/bind.spec b/bind/bind.spec index 9ec530bf8e..b584b191b7 100644 --- a/bind/bind.spec +++ b/bind/bind.spec @@ -70,11 +70,11 @@ Prefix: %{l_prefix} BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20021002, make, openssl PreReq: OpenPKG, openpkg >= 20021002 -%if "{with_dlz_mysql}" == "yes" +%if "%{with_dlz_mysql}" == "yes" BuildPreReq: MYSQL PreReq: MYSQL %endif -%if "{with_dlz_postgres}" == "yes" +%if "%{with_dlz_postgres}" == "yes" BuildPreReq: postgresql PreReq: postgresql %endif