unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Fejfighter <fejfighter@gmail.com>
To: 50337@debbugs.gnu.org
Subject: bug#50337:
Date: Sat, 2 Oct 2021 00:54:34 +1000	[thread overview]
Message-ID: <CALohuRA9moH9g9nYSBNb_TT+io97RQCAbEuUE20oeNnfQg43Cw@mail.gmail.com> (raw)
In-Reply-To: <87tuj3p0dg.fsf@dsemy.com>


[-- Attachment #1.1: Type: text/plain, Size: 170 bytes --]

This appears to be left over from earlier days of the port, no longer
needed.

made described change, bootstrapped and loaded new pgtk emacs, no concerns

patch attached

[-- Attachment #1.2: Type: text/html, Size: 254 bytes --]

[-- Attachment #2: 0001-configure.ac-PGTK_LIBS-remove-dl-dependency.patch --]
[-- Type: text/x-patch, Size: 722 bytes --]

From 21b2a0d21dda757d806440ccb60b95404c6bba59 Mon Sep 17 00:00:00 2001
From: Jeff Walsh <fejfighter@gmail.com>
Date: Sat, 2 Oct 2021 00:50:08 +1000
Subject: [PATCH] configure.ac (PGTK_LIBS): remove dl dependency

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 6ebb966700..c277899b2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2827,7 +2827,7 @@ AC_DEFUN
 PGTK_LIBS=
 if test "$window_system" = "pgtk"; then
   PGTK_OBJ="pgtkfns.o pgtkterm.o pgtkselect.o pgtkmenu.o pgtkim.o xsettings.o"
-  PGTK_LIBS="$GTK_LIBS -ldl"
+  PGTK_LIBS="$GTK_LIBS"
   HAVE_PGTK=yes
   AC_DEFINE([HAVE_PGTK], 1, [Define to 1 if you have pure Gtk+-3.])
 fi
-- 
2.31.1


  parent reply	other threads:[~2021-10-01 14:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-02 13:34 bug#50337: 28.0.50; (while-no-input (redisplay) forms...) block behaves differently when window-system is pgtk Daniel Semyonov via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-10-01 14:37 ` bug#50337: Fejfighter
2021-10-02  1:31   ` bug#50579: Fwd: Fejfighter
2021-10-01 14:54 ` Fejfighter [this message]
2021-12-06 18:12 ` bug#50337: 28.0.50; (while-no-input (redisplay) forms...) block behaves differently when window-system is pgtk Daniel Semyonov via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-12-07  2:20   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-12-06 18:31 ` Daniel Semyonov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CALohuRA9moH9g9nYSBNb_TT+io97RQCAbEuUE20oeNnfQg43Cw@mail.gmail.com \
    --to=fejfighter@gmail.com \
    --cc=50337@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).