X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=b578bbceda8a3e15b645fbadf5e18ba417d2664d;hb=abf2f6b430739710532b7bdfb6f20566f35f35b5;hp=39ea4188390a82a188250528f6462b45e0ded325;hpb=2ad43b49ecc25bdf87dd19037fd63c12428992ae;p=Rakka.git diff --git a/configure.ac b/configure.ac index 39ea418..b578bbc 100644 --- a/configure.ac +++ b/configure.ac @@ -14,20 +14,6 @@ RAKKA_LOCALSTATEDIR=`eval echo "$localstatedir"`/rakka AC_SUBST([RAKKA_LOCALSTATEDIR]) -# Since the Cabal executes ./configure with no arguments, the only way -# we can receive options from user is to see environment variables. -AC_ARG_VAR([BUILD_TEST_SUITE], [build and install the test suite. (yes / no) (default: no)]) -if test "$BUILD_TEST_SUITE" = ""; then - BUILD_TEST_SUITE=False -elif test "$BUILD_TEST_SUITE" = "yes"; then - BUILD_TEST_SUITE=True -elif test "$BUILD_TEST_SUITE" = "no"; then - BUILD_TEST_SUITE=False -else - AC_MSG_ERROR([BUILD_TEST_SUITE must be either yes or no.]) -fi - - AC_CONFIG_FILES([ Rakka.buildinfo ])