mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
fix gconf autoconf check
This commit is contained in:
parent
46a35c681f
commit
d0530b0359
1 changed files with 1 additions and 1 deletions
|
|
@ -693,7 +693,7 @@ AC_ARG_ENABLE([gconf],
|
|||
*) AC_MSG_ERROR(bad value ${enableval} for --disable-gconf) ;;
|
||||
esac
|
||||
],
|
||||
[glib=auto])
|
||||
[gconf=auto])
|
||||
|
||||
if test "x${gconf}" != xno ; then
|
||||
PKG_CHECK_MODULES(GCONF, [ gconf-2.0 >= 2.4.0 ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue