[mingw32-qpid-cpp] Simplify the boost compiler logic

Andrew Beekhof beekhof at fedoraproject.org
Mon Jan 10 21:50:57 UTC 2011


commit 2bc7863eea3e1f99c147eb01db23e93940482c39
Author: Andrew Beekhof <andrew at beekhof.net>
Date:   Mon Jan 10 22:50:38 2011 +0100

    Simplify the boost compiler logic

 mingw32-qpid-cpp.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-qpid-cpp.spec b/mingw32-qpid-cpp.spec
index 0e19829..3b7b003 100644
--- a/mingw32-qpid-cpp.spec
+++ b/mingw32-qpid-cpp.spec
@@ -47,8 +47,7 @@ pushd build
 		-DUSE_SSL:BOOL=OFF		  \
 %if "%{?dist}" == ".fc13"
 		-DBoost_COMPILER:STRING=-gcc44 ../cpp
-%endif
-%if "%{?dist}" == ".fc14"
+%else
 		-DBoost_COMPILER:STRING=-gcc45 ../cpp
 %endif
 popd


More information about the scm-commits mailing list