[gnome-desktop] configure: Fix usage of glib_ namespace
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-desktop] configure: Fix usage of glib_ namespace
- Date: Fri, 2 Sep 2011 20:16:33 +0000 (UTC)
commit 51b3a78796d8f43bdff2c01cd5590604a18163f2
Author: Colin Walters <walters verbum org>
Date: Fri Sep 2 16:15:31 2011 -0400
configure: Fix usage of glib_ namespace
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 35a3244..65f731f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ dnl pkg-config dependency checks
PKG_CHECK_MODULES(GNOME_DESKTOP, gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED gtk+-3.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED $RANDR_PACKAGE xext >= $XEXT_REQUIRED)
AC_CACHE_CHECK(for timerfd_create(2) system call,
- glib_cv_timerfd,AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
+ gnome_cv_timerfd,AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
#include <sys/timerfd.h>
#include <unistd.h>
],[
@@ -174,8 +174,8 @@ main (void)
timerfd_create (CLOCK_MONOTONIC, TFD_CLOEXEC);
return 0;
}
-])],glib_cv_timerfd=yes,glib_cv_timerfd=no))
-if test x"$glib_cv_timerfd" = x"yes"; then
+])],gnome_cv_timerfd=yes,gnome_cv_timerfd=no))
+if test x"$gnome_cv_timerfd" = x"yes"; then
AC_DEFINE(HAVE_TIMERFD, 1, [we have the timerfd_create(2) system call])
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]