Re: Gdk-pixbuf 0.6.0 is released




The dynamic testing code fails here..
This small patch fixes that:

--- configure.in-orig	Mon Feb 21 22:17:22 2000
+++ configure.in	Mon Feb 21 22:21:43 2000
@@ -90,8 +90,8 @@
     AC_MSG_CHECKING(whether dynamic modules work)
     oLIBS="$LIBS"
     oCFLAGS="$CFLAGS"
-    LIBS=$GLIB_CFLAGS
-    CFLAGS=$GLIB_LIBS
+    LIBS="$LIBS `glib-config --libs gmodule`"
+    CFLAGS="$CFLAGS `glib-config --cflags gmodule`"
     AC_TRY_RUN([
     #include <glib.h>
     #include <gmodule.h>
Gregory McLean     | GEGL \G-eh-G-uh-l\, n.; Genetically Engineered Goat, 
comstar.net inc.   |Large, See also, Goat, World Domination, Animals 
programmer/analyst |with five legs. http://gegl.org/
770 485-6016       |
----------------This is my opinion, All MINE! I tell you------------------


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