------------------------------------------------------------
revno: 1345
committer: Rene Engelhard <[EMAIL PROTECTED]>
branch nick: experimental
timestamp: Mon 2008-12-08 23:47:59 +0100
message:
  revert BUILD_PATH setting at gcc check...
modified:
  rules
=== modified file 'rules'
--- a/rules     2008-12-08 22:42:41 +0000
+++ b/rules     2008-12-08 22:47:59 +0000
@@ -717,7 +717,7 @@
 endif
 
 ifeq "$(USE_SYSTEM_BOOST)" "y"
-  ifeq "$(shell PATH=$(BUILD_PATH) gcc --version | head -n 1 | cut -d' ' -f4 | 
cut -d. -f1,2)" "4.4"
+  ifeq "$(shell gcc --version | head -n 1 | cut -d' ' -f4 | cut -d. -f1,2)" 
"4.4"
        BUILD_DEPS += , libboost-dev (>= 1.34.1-15)
   else
        BUILD_DEPS += , libboost-dev

Reply via email to