configure: Fix case if HAVE_BLUETOOTH is false

We still need to AC_SUBST here.
This commit is contained in:
Colin Walters 2010-12-18 13:37:07 -05:00
parent 9e99a8c25a
commit 94da2531e7

View File

@ -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