mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-08 14:48:02 +02:00
Fixed evaluation of the disable-build-docs argument.
Now at least enable_build_docs is set correctly.
This commit is contained in:
parent
19dfaf93ac
commit
2e8e6debac
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ AC_DEFUN([AM_CHECK_DOXYGEN],
|
|||
AC_HELP_STRING(
|
||||
[--disable-build-docs],
|
||||
[Disable the build of the documentation]),
|
||||
[if test "${disable_build_docs}" = "yes" ; then
|
||||
[if test x"$enableval" != x"yes" ; then
|
||||
enable_build_docs="no"
|
||||
else
|
||||
enable_build_docs="yes"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue