comparison configure.ac @ 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 993db24dae16
children 2ce8ec01a064
comparison
equal deleted inserted replaced
10974:edf34b69dcc1 10975:e5f99cbcda9c
418 418
419 419
420 dnl ####################################################################### 420 dnl #######################################################################
421 dnl # Check for Perl support 421 dnl # Check for Perl support
422 dnl ####################################################################### 422 dnl #######################################################################
423 if test "$enable_plugins" = no ; then
424 enable_perl=no
425 fi
426
423 if test "$enable_perl" = yes ; then 427 if test "$enable_perl" = yes ; then
424 AC_PATH_PROG(perlpath, perl) 428 AC_PATH_PROG(perlpath, perl)
425 AC_MSG_CHECKING(for Perl compile flags) 429 AC_MSG_CHECKING(for Perl compile flags)
426 PERL_CFLAGS=`$perlpath -MExtUtils::Embed -e ccopts 2>/dev/null` 430 PERL_CFLAGS=`$perlpath -MExtUtils::Embed -e ccopts 2>/dev/null`
427 if test "_$PERL_CFLAGS" = _ ; then 431 if test "_$PERL_CFLAGS" = _ ; then
908 elif test "x$msg_gnutls" != "x"; then 912 elif test "x$msg_gnutls" != "x"; then
909 msg_ssl=$msg_gnutls 913 msg_ssl=$msg_gnutls
910 fi 914 fi
911 915
912 dnl Check for Tcl 916 dnl Check for Tcl
917 if test "$enable_plugins" = no; then
918 enable_tcl=no
919 fi
920
913 if test "$enable_tcl" = yes; then 921 if test "$enable_tcl" = yes; then
914 AC_MSG_CHECKING([for tclConfig.sh]) 922 AC_MSG_CHECKING([for tclConfig.sh])
915 TCLCONFIG=no 923 TCLCONFIG=no
916 TCLCONFIGDIRS="/usr/lib \ 924 TCLCONFIGDIRS="/usr/lib \
917 /usr/lib/tcl8.4 \ 925 /usr/lib/tcl8.4 \