From: mis Date: Mon, 11 Dec 2000 12:53:04 +0000 (+0000) Subject: - build cond macros -> bcond_*[on|off] convention X-Git-Tag: postgresql-7_0_3-5~1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=d7b9050d4aebc7c40915c1ca11f9f17ff4a93b4f;p=packages%2Fpostgresql.git - build cond macros -> bcond_*[on|off] convention Changed files: postgresql.spec -> 1.78 --- diff --git a/postgresql.spec b/postgresql.spec index ea44f63..6912cd9 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -540,8 +540,8 @@ rm -fR `find contrib/ -type d -name CVS` PATH=$PATH:. ; export PATH cd src -ENABLE_LOCALE="%{!?pgsql_disable_locale:--enable-locale}" -ENABLE_MULTIBYTE="%{!?pgsql_disable_multibyte:--enable-multibyte}" +ENABLE_LOCALE="%{!?bcond_off_pgsql_locale:--enable-locale}" +ENABLE_MULTIBYTE="%{!?bcond_off_pgsql_multibyte:--enable-multibyte}" aclocal autoconf