diff 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
line wrap: on
line diff
--- a/mcabber/configure.ac	Wed Feb 17 19:08:55 2010 +0100
+++ b/mcabber/configure.ac	Mon Feb 15 17:00:28 2010 +0200
@@ -262,15 +262,6 @@
 # We need _GNU_SOURCE for strptime() and strcasestr()
 CFLAGS="$CFLAGS -D_GNU_SOURCE"
 
-EXTRA_REQUIRES=""
-if test "$enable_enchant" = "yes"; then
-    EXTRA_REQUIRES="$EXTRA_REQUIRES enchant"
-fi
-if test "$enable_gpgme" != "no"; then
-    EXTRA_REQUIRES="$EXTRA_REQUIRES gpgme"
-fi
-AC_SUBST([EXTRA_REQUIRES])
-
 AC_CONFIG_FILES([mcabber/Makefile
                  modules/Makefile
                  modules/beep/Makefile