Changeset 282

Show
Ignore:
Timestamp:
04/09/03 14:14:08 (6 years ago)
Author:
jajcus
Message:

- accept libgadu-1.0rcX versions too (though they are broken anyway and need "-lpthread" in LDFLAGS)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/JGGTRANS_B_1_4/configure.ac

    r242 r282  
    11# Process this file with autoconf to produce a configure script. 
    2 AC_INIT([jabber-gg-transport], [1.4.1], [jajcus@pld.org.pl]) 
     2AC_INIT([jabber-gg-transport], [1.4.2-test2], [jajcus@pld.org.pl]) 
    33AC_CONFIG_SRCDIR([src/ggtrans.h]) 
    44AM_INIT_AUTOMAKE 
     
    1616AM_PATH_GLIB([1.2.0],[],AC_MSG_ERROR("You need glib >= 1.2.0 to compile this.")) 
    1717 
    18 PKG_CHECK_MODULES(JK_LIBGADU, libgadu >= 20030130) 
     18PKG_CHECK_MODULES(JK_LIBGADU, [libgadu >= 1.0 libgadu < 20000000], [], 
     19                                  [ PKG_CHECK_MODULES(JK_LIBGADU, [libgadu >= 20030130] )]) 
    1920AC_SUBST(JK_LIBGADU_LIBS) 
    2021AC_SUBST(JK_LIBGADU_CFLAGS)