~brianaker/libmemcached/1251482

« back to all changes in this revision

Viewing changes to bootstrap.sh

  • Committer: Continuous Integration
  • Date: 2013-12-19 11:35:08 UTC
  • mfrom: (1172.1.7 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20131219113508-sa2satz76k7vl5xt
Merge lp:~brianaker/libmemcached/1251482 Build: jenkins-Libmemcached-404

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
  # Arguments for configure
405
405
  local BUILD_CONFIGURE_ARG='' 
406
406
 
 
407
  if $jenkins_build_environment; then
 
408
    BUILD_CONFIGURE_ARG="--disable-silent-rules "
 
409
  fi
 
410
 
407
411
  # If debug is set we enable both debug and asssert, otherwise we see if this is a VCS checkout and if so enable assert
408
412
  # Set ENV ASSERT in order to enable assert.
409
413
  # If we are doing a valgrind run, we always compile with assert disabled