]> git.eshelyaron.com Git - emacs.git/commitdiff
configure.ac (PGTK_LIBS): remove pgtk dl dependency (Bug#50494)
authorJeff Walsh <fejfighter@gmail.com>
Fri, 1 Oct 2021 14:50:08 +0000 (00:50 +1000)
committerYuuki Harano <masm+github@masm11.me>
Sun, 14 Nov 2021 13:31:31 +0000 (22:31 +0900)
configure.ac

index 3748bbcf071397eda63047c5bed8fda7ecd35ae0..d68cf42145a4b706506c74b8589460c7acb85fa9 100644 (file)
@@ -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