X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=bootstrap.sh;h=9818b5b4bf3401d4fe08372405c95fe6cb70c804;hb=200c86aa00265dbc1c6ae8dfe4fb5d77480e4dbe;hp=e1c39ec8f984e9e0a320cdef6e720b83285c7c73;hpb=bf755bec1cd09fad086a47650c1a725c9fbc7eb1;p=m6w6%2Flibmemcached diff --git a/bootstrap.sh b/bootstrap.sh index e1c39ec8..9818b5b4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -4,5 +4,5 @@ if test -f configure; then make clean; make merge-clean; make distclean; fi; rm -r -f autom4te.cache ./config/autorun.sh -./configure +./configure --disable-assert=no make