mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: remove a redundant enable_gsettings check
If HAVE_GSETTINGS is 1, then enable_gsettings must be yes, so checking enable_gsettings isn't necessary.
This commit is contained in:
parent
890bc108d6
commit
f5ff5d8bf2
1 changed files with 1 additions and 1 deletions
|
|
@ -942,7 +942,7 @@ AS_IF([test "x$enable_gsettings" = "xyes" && test "x$HAVE_GSETTINGS" = "x0"],
|
|||
AM_CONDITIONAL([HAVE_GSETTINGS], [test "x$HAVE_GSETTINGS" = x1])
|
||||
AC_SUBST([HAVE_GSETTINGS])
|
||||
|
||||
if test "x$enable_gsettings" = "xyes" && test "x$HAVE_GSETTINGS" = "x1" ; then
|
||||
if test "x$HAVE_GSETTINGS" = "x1" ; then
|
||||
GLIB_GSETTINGS
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue