From 21629b178820491b5e3d0a879f023c5e87cc8871 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sat, 1 May 2021 15:41:57 +0100 Subject: [PATCH] configure: check for gmodule on ubuntu: /bin/ld: src/fe-gtk/sexy-spell-entry.o: undefined reference to symbol 'g_module_open' /bin/ld: /lib/x86_64-linux-gnu/libgmodule-2.0.so.0: error adding symbols: DSO missing from command line --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 711e154..a321d87 100755 --- a/configure +++ b/configure @@ -4,6 +4,7 @@ prefix=/usr/local libs=`cat << EOF glib-2.0 +gmodule-2.0 gtk+-2.0 gtk+-x11-2.0 EOF -- 2.11.4.GIT