From: Jeff Walsh Date: Fri, 1 Oct 2021 14:50:08 +0000 (+1000) Subject: configure.ac (PGTK_LIBS): remove pgtk dl dependency (Bug#50494) X-Git-Tag: emacs-29.0.90~3665 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b98aafe35033062921399ecb3bdca949a7e4a72;p=emacs.git configure.ac (PGTK_LIBS): remove pgtk dl dependency (Bug#50494) --- diff --git a/configure.ac b/configure.ac index 3748bbcf071..d68cf42145a 100644 --- a/configure.ac +++ b/configure.ac @@ -2856,7 +2856,7 @@ PGTK_OBJ= 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