]> git.ipfire.org Git - oddments/ddns.git/blobdiff - configure.ac
Add runtime check for providers if all dependencies are met
[oddments/ddns.git] / configure.ac
index 4199a19384480867e909b899341f5c7ecf4ee46b..a8920957b594e459740d718104a682346eba4521 100644 (file)
@@ -21,7 +21,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([ddns],
-       [003],
+       [004],
        [info@ipfire.org],
        [ddns],
        [http://git.ipfire.org/?p=oddments/ddns.git;a=summary])
@@ -54,12 +54,6 @@ AC_PROG_SED
 # Python
 AM_PATH_PYTHON([2.7])
 
-# BIND nsupdate
-AC_CHECK_TOOL([NSUPDATE], [nsupdate])
-if test -z "${NSUPDATE}"; then
-       AC_MSG_ERROR([*** nsupdate not found])
-fi
-
 save_LIBS="$LIBS"
 
 AC_CONFIG_FILES([
@@ -74,6 +68,4 @@ AC_MSG_RESULT([
 
        prefix            : ${prefix}
        sysconfdir        : ${sysconfdir}
-
-       nsupdate          : ${NSUPDATE}
 ])