comparison mcabber/configure.ac @ 1718:e2c6f1357f82

mcabber.pc fixes
author Myhailo Danylenko <isbear@ukrpost.net>
date Mon, 15 Feb 2010 17:00:28 +0200
parents 7bdd9ed28684
children 681fa0bbf388
comparison
equal deleted inserted replaced
1717:c12455fec611 1718:e2c6f1357f82
260 AM_CONDITIONAL([INSTALL_HEADERS], [test x$enable_modules = xyes]) 260 AM_CONDITIONAL([INSTALL_HEADERS], [test x$enable_modules = xyes])
261 261
262 # We need _GNU_SOURCE for strptime() and strcasestr() 262 # We need _GNU_SOURCE for strptime() and strcasestr()
263 CFLAGS="$CFLAGS -D_GNU_SOURCE" 263 CFLAGS="$CFLAGS -D_GNU_SOURCE"
264 264
265 EXTRA_REQUIRES=""
266 if test "$enable_enchant" = "yes"; then
267 EXTRA_REQUIRES="$EXTRA_REQUIRES enchant"
268 fi
269 if test "$enable_gpgme" != "no"; then
270 EXTRA_REQUIRES="$EXTRA_REQUIRES gpgme"
271 fi
272 AC_SUBST([EXTRA_REQUIRES])
273
274 AC_CONFIG_FILES([mcabber/Makefile 265 AC_CONFIG_FILES([mcabber/Makefile
275 modules/Makefile 266 modules/Makefile
276 modules/beep/Makefile 267 modules/beep/Makefile
277 doc/Makefile 268 doc/Makefile
278 doc/guide/Makefile 269 doc/guide/Makefile