changeset 10975:e5f99cbcda9c

[gaim-migrate @ 12800] If we're not building plugins, let's not build perl or tcl as well. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 06 Jun 2005 20:40:37 +0000
parents edf34b69dcc1
children be22eb8fa671
files configure.ac
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Jun 06 15:56:50 2005 +0000
+++ b/configure.ac	Mon Jun 06 20:40:37 2005 +0000
@@ -420,6 +420,10 @@
 dnl #######################################################################
 dnl # Check for Perl support
 dnl #######################################################################
+if test "$enable_plugins" = no ; then
+	enable_perl=no
+fi
+
 if test "$enable_perl" = yes ; then
 	AC_PATH_PROG(perlpath, perl)
 	AC_MSG_CHECKING(for Perl compile flags)
@@ -910,6 +914,10 @@
 fi
 
 dnl Check for Tcl
+if test "$enable_plugins" = no; then
+	enable_tcl=no
+fi
+
 if test "$enable_tcl" = yes; then
 	AC_MSG_CHECKING([for tclConfig.sh])
         TCLCONFIG=no