X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fmod-domaintree;a=blobdiff_plain;f=configure.in;h=067afdcfdcf9c18f67e027473bda89fa2dd559ed;hp=28f3caaa92e7c3e76971c9f0e619454c5c56968f;hb=HEAD;hpb=22b87eb12bd502ea28cac63d8e71101ac0a11fcc diff --git a/configure.in b/configure.in index 28f3caa..067afdc 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT(mod_domaintree, 1.3, mike@iworks.at) +AC_INIT(mod_domaintree, 1.6, mike@iworks.at) AC_CONFIG_SRCDIR([mod_domaintree.c]) AC_CONFIG_HEADER([config.h]) @@ -15,7 +15,7 @@ AC_ARG_WITH([apxs2], AC_HELP_STRING([--with-apxs2], [where the apxs2 tool is loc AC_MSG_CHECKING([for apxs2]) APXS2=apxs2 -if test "$with_apxs2" -a -x "$with_apxs"; then +if test "$with_apxs2" -a -x "$with_apxs2"; then APXS2=$with_apxs2 AC_MSG_RESULT([$APXS2]) else