configure.ac (PGTK_LIBS): remove pgtk dl dependency (Bug#50494)
This commit is contained in:
parent
30a00f14c8
commit
8b98aafe35
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue