[vte] Print the GDK target during configure
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] Print the GDK target during configure
- Date: Thu, 8 Apr 2010 11:15:42 +0000 (UTC)
commit b72c2a7df25e5fdfefbd437505f9f71b7d675da8
Author: Christian Persch <chpe gnome org>
Date: Thu Apr 8 13:15:00 2010 +0200
Print the GDK target during configure
For checking purposes.
configure.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index e9d8806..ba58ee0 100644
--- a/configure.in
+++ b/configure.in
@@ -338,7 +338,9 @@ esac
# Search for the required modules.
# We have a direct dependency on X11 on gdk-x11, see bug #613525
+AC_MSG_CHECKING([for GDK target])
GDK_TARGET="$($PKG_CONFIG --variable target gdk-2.0)"
+AC_MSG_RESULT([$GDK_TARGET])
case "$GDK_TARGET" in
x11) PLATFORM_PKGS="x11" ;;
*) PLATFORM_PKGS="" ;;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]