]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2272] Fixed typo in HAVE_OPTRESET in configure.ac.
authorMarcin Siodelski <marcin@isc.org>
Thu, 20 Sep 2012 10:02:55 +0000 (12:02 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 20 Sep 2012 10:02:55 +0000 (12:02 +0200)
configure.ac

index 6e42bdad45325f0fd4c53fbdc85ee13b5caaf5fe..0e5e3d7fb8bdae9e6da5633dfe3b8e50ae6cb6bd 100644 (file)
@@ -1092,7 +1092,7 @@ AC_TRY_LINK(
       var_optreset_exists=no]
 )
 AM_CONDITIONAL(HAVE_OPTRESET, test "x$var_optreset_exists" != "xno")
-AM_COND_IF([HAVE_OPTRESET], [AC_DEFINE([HAVE_OPT_RESET], [1], [Check for optreset?])])
+AM_COND_IF([HAVE_OPTRESET], [AC_DEFINE([HAVE_OPTRESET], [1], [Check for optreset?])])
 
 AC_CONFIG_FILES([Makefile
                  doc/Makefile