Changeset 190

Show
Ignore:
Timestamp:
01/15/03 15:50:35 (6 years ago)
Author:
jajcus
Message:

- check libgadu after pthreads [smoku]

Files:

Legend:

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

    r187 r190  
    1515 
    1616# Checks for libraries. 
    17 AC_CHECK_LIB([gadu], [gg_change_info],[],AC_MSG_ERROR("You need libgadu (from ekg>=20020807 package) to compile this.")) 
    18  
    1917AC_ARG_WITH(pthread, 
    2018  [  --with-pthread          Assume libgadu is compiled with pthread],[],[ 
     
    6159AC_MSG_WARN([  if this doesn't match libgadu configuration jggtrans may crash]) 
    6260 
     61AC_CHECK_LIB([gadu], [gg_change_info],[],AC_MSG_ERROR("You need libgadu (from ekg>=20020807 package) to compile this.")) 
     62 
    6363AC_ARG_ENABLE([debug],AC_HELP_STRING([--disable-debug],[Disable debugging code])) 
    6464