tomboy r1974 - in trunk: . libtomboy



Author: sdroege
Date: Sun Mar 30 15:33:26 2008
New Revision: 1974
URL: http://svn.gnome.org/viewvc/tomboy?rev=1974&view=rev

Log:
* configure.in:
* libtomboy/Makefile.am: Stop linking to libm and checking for it in
configure as we don't use it anymore.


Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/libtomboy/Makefile.am

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Mar 30 15:33:26 2008
@@ -17,9 +17,6 @@
 AM_DISABLE_STATIC
 AM_PROG_LIBTOOL
 
-AC_CHECK_LIBM
-AC_SUBST(LIBM)
-
 #
 # Setup GETTEXT
 #

Modified: trunk/libtomboy/Makefile.am
==============================================================================
--- trunk/libtomboy/Makefile.am	(original)
+++ trunk/libtomboy/Makefile.am	Sun Mar 30 15:33:26 2008
@@ -23,7 +23,7 @@
 
 libtomboy_la_CFLAGS = $(X_CFLAGS)
 libtomboy_la_LDFLAGS = -export-dynamic -module -avoid-version
-libtomboy_la_LIBADD = $(LIBTOMBOY_LIBS) $(X_LIBS) $(LIBM)
+libtomboy_la_LIBADD = $(LIBTOMBOY_LIBS) $(X_LIBS)
 
 maintainer-clean-local:
 	rm -f Makefile.in



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]