summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJeff Walsh <fejfighter@gmail.com>2021-10-02 00:50:08 +1000
committerYuuki Harano <masm+github@masm11.me>2021-11-14 22:31:31 +0900
commit8b98aafe35033062921399ecb3bdca949a7e4a72 (patch)
treefa5b1972ef2a415d5ebc1a495f59ad381257468a /configure.ac
parent30a00f14c824e5e4005a1cb6ccf2f26def19d80b (diff)
downloademacs-8b98aafe35033062921399ecb3bdca949a7e4a72.tar.gz
configure.ac (PGTK_LIBS): remove pgtk dl dependency (Bug#50494)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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