Browse Source

[2272] Fixed typo in HAVE_OPTRESET in configure.ac.

Marcin Siodelski 12 years ago
parent
commit
d26707201f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
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