mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
configure: Fix case if HAVE_BLUETOOTH is false
We still need to AC_SUBST here.
This commit is contained in:
parent
9e99a8c25a
commit
94da2531e7
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ PKG_CHECK_EXISTS([gnome-bluetooth-1.0 >= 2.90.0],
|
|||
AC_SUBST([HAVE_BLUETOOTH],[1])
|
||||
AC_MSG_RESULT([yes])],
|
||||
[AC_DEFINE([HAVE_BLUETOOTH],[0])
|
||||
AC_SUBST([HAVE_BLUETOOTH],[0])
|
||||
AC_MSG_RESULT([no])])
|
||||
|
||||
MUTTER_BIN_DIR=`$PKG_CONFIG --variable=exec_prefix mutter-plugins`/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue