Changeset 527

Show
Ignore:
Timestamp:
04/13/04 21:09:19 (5 years ago)
Author:
jajcus
Message:

- glib2 minimum version string fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure.ac

    r525 r527  
    1414CFLAGS="$CFLAGS -Wall" 
    1515 
    16 AM_PATH_GLIB_2_0([2.0],[],AC_MSG_ERROR("You need glib >= 2.0 to compile this.")) 
     16AM_PATH_GLIB_2_0([2.0.0],[],AC_MSG_ERROR("You need glib >= 2.0.0 to compile this.")) 
    1717PKG_CHECK_MODULES([JK_LIBIDN], [libidn >= 0.3.0]) 
    1818