Changeset 100

Show
Ignore:
Timestamp:
02/08/02 16:34:49 (7 years ago)
Author:
jajcus
Message:

- Version: 0.9.8

Files:

Legend:

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

    r96 r100  
    11# Process this file with autoconf to produce a configure script. 
    2 AC_INIT(jabber-gg-transport, 0.9.1,jajcus@pld.org.pl) 
    3 AM_INIT_AUTOMAKE(jabber-gg-transport, 0.9.1,jajcus@pld.org.pl) 
     2AC_INIT(jabber-gg-transport, 0.9.8,jajcus@pld.org.pl) 
     3AM_INIT_AUTOMAKE(jabber-gg-transport, 0.9.8,jajcus@pld.org.pl) 
    44AC_CONFIG_SRCDIR([src/ggtrans.h]) 
    55AM_CONFIG_HEADER(config.h) 
     
    1515 
    1616# Checks for libraries. 
    17 AC_CHECK_LIB([gadu], [gg_login],[],AC_MSG_ERROR("You need libgg (from ekg package) to compile this.")) 
     17AC_CHECK_LIB([gadu], [gg_login],[],AC_MSG_ERROR("You need libgadu (from ekg package) to compile this.")) 
    1818 
    1919AC_ARG_ENABLE(debug,AC_HELP_STRING([--disable-debug],[Disable debugging code])) 
     
    2626fi 
    2727 
    28 if test "x$with_efence" != "xno" ; then 
     28if test "x$with_efence" == "xyes" ; then 
    2929        AC_CHECK_LIB([efence], [malloc]) 
    3030fi