[gnome-control-center] build: Move AM_CONDITIONAL out of the have_udev check
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] build: Move AM_CONDITIONAL out of the have_udev check
- Date: Wed, 21 Jan 2015 14:10:24 +0000 (UTC)
commit 6a96026fddc13af2fddc0493c809a1ca05eb3084
Author: Ting-Wei Lan <lantw src gnome org>
Date: Wed Jan 21 17:51:58 2015 +0800
build: Move AM_CONDITIONAL out of the have_udev check
https://bugzilla.gnome.org/show_bug.cgi?id=743285
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ad15b06..ebad04f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -181,8 +181,8 @@ PKG_CHECK_MODULES(DEVICES, $COMMON_MODULES)
PKG_CHECK_MODULES(UDEV, gudev-1.0, have_udev=yes, have_udev=no)
if test "x$have_udev" = xyes ; then
AC_DEFINE(HAVE_UDEV, 1, [System has udev])
- AM_CONDITIONAL(HAVE_UDEV, [test "x$have_udev" = "xyes"])
fi
+AM_CONDITIONAL(HAVE_UDEV, [test "x$have_udev" = "xyes"])
PKG_CHECK_MODULES(NETWORK_MANAGER, NetworkManager >= $NETWORK_MANAGER_REQUIRED_VERSION
libnm-glib >= $NETWORK_MANAGER_REQUIRED_VERSION
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]