X-Git-Url: http://git.onelab.eu/?p=distributedratelimiting.git;a=blobdiff_plain;f=configure.in;h=2f888fbcf8cb67574901357e0f09fa6bf90a16c6;hp=7504e216cc9864d7d0e6e85d2c415f2118109a13;hb=90af793705b8b19373f7deb159011b8afcfc8b6f;hpb=0be9704d6b24d09ebd55beedec52758cb88c570b diff --git a/configure.in b/configure.in index 7504e21..2f888fb 100644 --- a/configure.in +++ b/configure.in @@ -65,6 +65,10 @@ dnl test for MySQL dnl AC_ARG_WITH(mysql, --with-mysql= mysql installed in ,[ +if test $withval == no +then + AC_MSG_WARN("mysql disabled.") +else if test $withval != yes then dir=$withval @@ -122,7 +126,8 @@ else AC_MSG_RESULT(found new MySQL) fi -fi +fi +fi ])