]> code.delx.au - gnu-emacs/blobdiff - configure.in
merge from upstream. currently seems to have bitroted and i get segfaults
[gnu-emacs] / configure.in
index 58e445b98a64d7460ed01e0ad9ff91f71a36895f..6fd9c76530e277633b0f1369cafc109de2eb000c 100644 (file)
@@ -3190,7 +3190,7 @@ 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" ;;
+  none) test "x$HAVE_GTK" = "xyes" && TOOLKIT_LIBW="$GTK_LIBS -lXcomposite" ;;
 esac
 AC_SUBST(TOOLKIT_LIBW)