emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] xwidget_mvp fd1ea85: configury fix


From: Joakim Verona
Subject: [Emacs-diffs] xwidget_mvp fd1ea85: configury fix
Date: Sun, 15 Feb 2015 00:49:13 +0000

branch: xwidget_mvp
commit fd1ea85e2f18129e4b32b325ebe336b21db6c432
Author: Joakim Verona <address@hidden>
Commit: Joakim Verona <address@hidden>

    configury fix
---
 configure.ac |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 80f5213..7a341cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4840,8 +4840,11 @@ TOOLKIT_LIBW=
 case "$USE_X_TOOLKIT" in
   MOTIF) TOOLKIT_LIBW="$MOTIF_LIBW" ;;
   LUCID) TOOLKIT_LIBW="$LUCID_LIBW" ;;
-  none) test "x$HAVE_GTK" = "xyes" && TOOLKIT_LIBW="$GTK_LIBS -lXcomposite" ;;
+  none) test "x$HAVE_GTK" = "xyes" && TOOLKIT_LIBW="$GTK_LIBS" ;;
 esac
+if test "$HAVE_XWIDGETS" = "yes"; then
+  TOOLKIT_LIBW="$TOOLKIT_LIBW -lXcomposite"
+fi
 AC_SUBST(TOOLKIT_LIBW)
 
 if test "${opsys}" != "mingw32"; then



reply via email to

[Prev in Thread] Current Thread [Next in Thread]