[gaim-migrate @ 12800]

Mon, 06 Jun 2005 20:40:37 +0000

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 06 Jun 2005 20:40:37 +0000
changeset 10975
a67aa6003df4
parent 10974
e242e5f2d0ac
child 10976
96153d16e808

[gaim-migrate @ 12800]
If we're not building plugins, let's not build perl or tcl as well.

configure.ac file | annotate | diff | comparison | revisions
--- 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

mercurial