X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=bootstrap.sh;h=240f6ac0ae39e38a158bd1c7bf21658eeb481520;hb=6278f4fcc2b81952d7420c081961dd83935c8c85;hp=e1c39ec8f984e9e0a320cdef6e720b83285c7c73;hpb=fd632c80c5d393253d394c9a8721339876602882;p=awesomized%2Flibmemcached diff --git a/bootstrap.sh b/bootstrap.sh index e1c39ec8..240f6ac0 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 --enable-assert make