Move the GLIB26 compatibility checks to configure.in.

Just modify GLIB_LIBS and GLIB_CFLAGS so everyone properly
	  links against the glib26 compatibility library when necessary.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14330 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2006-06-05 03:39:54 +00:00
parent d982c50662
commit 3366829dc2
18 changed files with 17 additions and 108 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ else
libgncglib_la_SOURCES = $(REALSRCS)
endif
libgncglib_la_LIBADD = ${GLIB_LIBS}
libgncglib_la_LIBADD = ${GLIB24_LIBS}
AM_CFLAGS = ${GLIB_CFLAGS}