From: Marcin Siodelski Date: Thu, 20 Sep 2012 10:02:55 +0000 (+0200) Subject: [2272] Fixed typo in HAVE_OPTRESET in configure.ac. X-Git-Tag: trac2351_base~42^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d26707201f5c67cae4b3439ef63809da41e8d166;p=thirdparty%2Fkea.git [2272] Fixed typo in HAVE_OPTRESET in configure.ac. --- diff --git a/configure.ac b/configure.ac index 6e42bdad45..0e5e3d7fb8 100644 --- a/configure.ac +++ b/configure.ac @@ -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