]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3064] AC_DEFINE is unnecessary as it's used in Makefiles only
authorMukund Sivaraman <muks@isc.org>
Tue, 13 Aug 2013 12:26:10 +0000 (17:56 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 13 Aug 2013 12:26:10 +0000 (17:56 +0530)
configure.ac

index 677a1e62430233061b29751df54983d08ad9017a..827a133607ff1edec40faf25dace2a1827b02f77 100644 (file)
@@ -904,9 +904,6 @@ AC_ARG_ENABLE(experimental_resolver,
   [enable building of the experimental resolver [default=no]])],
   build_experimental_resolver=$enableval, build_experimental_resolver=no)
 AM_CONDITIONAL([BUILD_EXPERIMENTAL_RESOLVER], [test "$build_experimental_resolver" = "yes"])
-if test "$build_experimental_resolver" = "yes" ; then
-    AC_DEFINE(BUILD_EXPERIMENTAL_RESOLVER, 1, [Define to 1 to build the resolver])
-fi
 AC_SUBST(BUILD_EXPERIMENTAL_RESOLVER)
 
 use_shared_memory=yes