configure.ac (PGTK_LIBS): remove pgtk dl dependency (Bug#50494)

This commit is contained in:
Jeff Walsh 2021-10-02 00:50:08 +10:00 committed by Yuuki Harano
parent 30a00f14c8
commit 8b98aafe35

View 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