gaim/gaim

Make this sucker compile again!!
draft default tip
2022-03-31, Gary Kramlich
ea0a68c3b8a8
Parents 6951185baedb
Children
Make this sucker compile again!!
--- a/configure.ac Tue Sep 10 06:58:24 2019 +0000
+++ b/configure.ac Thu Mar 31 21:45:13 2022 -0500
@@ -587,7 +587,7 @@
AM_PATH_GLIB_2_0(2.0.0,,AC_MSG_ERROR([
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
*** development headers installed. The latest version of GLib is
-*** always available at http://www.gtk.org/.]))
+*** always available at http://www.gtk.org/.]), "gmodule-2.0")
AM_PATH_GTK_2_0(2.0.0,,AC_MSG_ERROR([
*** GTK+ 2.0 is required to build Gaim; please make sure you have the GTK+
*** development headers installed. The latest version of GTK+ is
--- a/src/Makefile.am Tue Sep 10 06:58:24 2019 +0000
+++ b/src/Makefile.am Thu Mar 31 21:45:13 2022 -0500
@@ -342,7 +342,8 @@
$(SM_LIBS) \
$(INTLLIBS) \
$(GTKSPELL_LIBS) \
- $(STARTUP_NOTIFICATION_LIBS)
+ $(STARTUP_NOTIFICATION_LIBS) \
+ -lm
AM_CPPFLAGS = \
-DBR_PTHREADS=0 \