mirror of https://github.com/xiph/flac
minor syntax
This commit is contained in:
parent
4a839537f2
commit
462a5e693c
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue