Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
d2670720
Commit
d2670720
authored
Sep 20, 2012
by
Marcin Siodelski
Browse files
[2272] Fixed typo in HAVE_OPTRESET in configure.ac.
parent
3dc84c3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
d2670720
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment