Changeset 100
- Timestamp:
- 02/08/02 16:34:49 (7 years ago)
- Files:
-
- trunk/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.ac
r96 r100 1 1 # 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)2 AC_INIT(jabber-gg-transport, 0.9.8,jajcus@pld.org.pl) 3 AM_INIT_AUTOMAKE(jabber-gg-transport, 0.9.8,jajcus@pld.org.pl) 4 4 AC_CONFIG_SRCDIR([src/ggtrans.h]) 5 5 AM_CONFIG_HEADER(config.h) … … 15 15 16 16 # Checks for libraries. 17 AC_CHECK_LIB([gadu], [gg_login],[],AC_MSG_ERROR("You need libg g(from ekg package) to compile this."))17 AC_CHECK_LIB([gadu], [gg_login],[],AC_MSG_ERROR("You need libgadu (from ekg package) to compile this.")) 18 18 19 19 AC_ARG_ENABLE(debug,AC_HELP_STRING([--disable-debug],[Disable debugging code])) … … 26 26 fi 27 27 28 if test "x$with_efence" != "xno" ; then28 if test "x$with_efence" == "xyes" ; then 29 29 AC_CHECK_LIB([efence], [malloc]) 30 30 fi
