I set<br /><br />CONFIGURE_ARGS += --with-httpd=/opt/csw/sbin/$(ISA_DEFAULT)/httpd<br /><br />to get /opt/csw/sbin/amd64/httpd on x86 64bit build but it expand to: <br /><br />configure: error: /opt/csw/sbin/pentium_pro/httpd not found<br /><br />on <br /> ==> Running configure in work/build-isa-amd64/admin-389-admin-1.1.38<br /><br />What's going wrong there? <br />Is there a GAR variable which will set to "" on 32bit and amd64 or sparcv9 on 64bit build?<br />