Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
462a5e69
Commit
462a5e69
authored
May 21, 2006
by
Josh Coalson
Browse files
minor syntax
parent
4a839537
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
462a5e69
...
...
@@ -169,7 +169,7 @@ AM_ICONV
AM_LANGINFO_CODESET
AC_ARG_ENABLE(doxygen_docs, AC_HELP_STRING([--disable-doxygen-docs], [Disable API documentation building via Doxygen]))
if "x$enable_doxygen_docs" != "xno"; then
if
[
"x$enable_doxygen_docs" != "xno"
]
; then
AC_CHECK_PROGS(DOXYGEN, doxygen)
fi
AM_CONDITIONAL(FLaC__HAS_DOXYGEN, test -n "$DOXYGEN")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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