t"Real" plugin support via. gmodule (still very very experimental). - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b49155d6cc356f579fc153aa97cda4f2c733ea97
 (DIR) parent fd46cf81d0c0cf65b8e037f53f2a939acb5f430f
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon, 13 May 2002 15:23:38 +0000
       
       "Real" plugin support via. gmodule (still very very experimental).
       
       
       Diffstat:
         M configure.in                        |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/configure.in b/configure.in
       t@@ -95,10 +95,10 @@ else
           dnl We NEED glib - so test for it first
           glib2_found="no"
           if test "$USE_GLIB2" = "yes" ; then
       -     AM_PATH_GLIB_2_0(2.0.0, glib2_found="yes")
       +     AM_PATH_GLIB_2_0(2.0.0, glib2_found="yes", , gmodule)
           fi
           if test "$glib2_found" = "no" ; then
       -     AM_PATH_GLIB(1.2.0, , [AC_MSG_ERROR(Cannot find glib - aborting)])
       +     AM_PATH_GLIB(1.2.0, , [AC_MSG_ERROR(Cannot find glib - aborting)], gmodule)
           else
             AC_DEFINE(HAVE_GLIB2, 1, [Do we have GLIB 2.0 ?])
           fi