comparison configure.ac @ 13841:f3d4a9902ead

[gaim-migrate @ 16294] This should fix --enable-python to do something reasonable committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 20 Jun 2006 04:05:56 +0000
parents ec7848583492
children 2a7a13cac678
comparison
equal deleted inserted replaced
13840:aceb599b28ec 13841:f3d4a9902ead
688 AC_HELP_STRING([--with-python=PATH], 688 AC_HELP_STRING([--with-python=PATH],
689 [which python interpreter to use for dbus code generation]), 689 [which python interpreter to use for dbus code generation]),
690 PYTHON=$withval) 690 PYTHON=$withval)
691 691
692 if test "x$enable_dbus" = "xyes" ; then 692 if test "x$enable_dbus" = "xyes" ; then
693 if test -z "$PYTHON" ; then 693 if test -z "$PYTHON" -o "x$PYTHON" = "xyes"; then
694 AC_PATH_PROG([PYTHON], [python], [no]) 694 AC_PATH_PROG([PYTHON], [python], [no])
695 fi 695 fi
696 696
697 if test x"$python" = x"no" ; then 697 if test x"$python" = x"no" ; then
698 AC_MSG_WARN([python interpreter not found in your path]) 698 AC_MSG_WARN([python interpreter not found in your path])