tNow-redundant gmodule stuff removed. - 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 0676aa9d64a53e9661b8a5e103b86ceba29343c7
 (DIR) parent 28f34555917783c5a966b1a3cc151e64ffe973c8
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon, 13 May 2002 15:28:12 +0000
       
       Now-redundant gmodule stuff removed.
       
       
       Diffstat:
         M configure.in                        |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/configure.in b/configure.in
       t@@ -96,10 +96,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", , gmodule)
       +     AM_PATH_GLIB_2_0(2.0.0, glib2_found="yes")
           fi
           if test "$glib2_found" = "no" ; then
       -     AM_PATH_GLIB(1.2.0, , [AC_MSG_ERROR(Cannot find glib - aborting)], gmodule)
       +     AM_PATH_GLIB(1.2.0, , [AC_MSG_ERROR(Cannot find glib - aborting)])
           else
             AC_DEFINE(HAVE_GLIB2, 1, [Do we have GLIB 2.0 ?])
           fi