X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;h=d56f78b6eb76ad573c1959475612c04c3a49dae6;hb=3fcb9cc913cdd4fa3eaef49290d4f41b49a0f673;hp=cbdf26cc1627d8badd779984343960cfc9b11e57;hpb=3664c9f0cd50481ecff36b296065418df24620e1;p=catta diff --git a/configure.ac b/configure.ac index cbdf26c..d56f78b 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # USA. AC_PREREQ(2.57) -AC_INIT([avahi],[0.2],[avahi (at) lists (dot) freedesktop (dot) org]) +AC_INIT([avahi],[0.3],[avahi (at) lists (dot) freedesktop (dot) org]) AC_CONFIG_SRCDIR([avahi-core/server.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign 1.9 -Wall]) @@ -340,6 +340,9 @@ AC_ARG_ENABLE(python, *) AC_MSG_ERROR([bad value ${enableval} for --enable-python]) ;; esac],[HAVE_PYTHON=yes]) +HAVE_PYTHON_DBUS=no +HAVE_PYGTK=no + if test "x$HAVE_PYTHON" = "xyes" ; then AM_PATH_PYTHON([2.4]) @@ -356,7 +359,6 @@ if test "x$HAVE_PYTHON" = "xyes" ; then AM_CHECK_PYMOD(gtk,,,[AC_MSG_ERROR(Could not find Python module gtk)]) fi - AM_CONDITIONAL(HAVE_PYGTK, test "x$HAVE_PYGTK" = "xyes") AC_ARG_ENABLE(python-dbus, AS_HELP_STRING([--disable-python-dbus],[Disable use of D-BUS in Python]), @@ -371,13 +373,13 @@ if test "x$HAVE_PYTHON" = "xyes" ; then AM_CHECK_PYMOD(dbus,,,[AC_MSG_ERROR(Could not find Python module dbus)]) fi - AM_CONDITIONAL(HAVE_PYTHON_DBUS, test "x$HAVE_PYTHON_DBUS" = "xyes") - AM_CHECK_PYMOD(socket,,,[AC_MSG_ERROR(Could not find Python module socket)]) AM_CHECK_PYMOD(dbm,,,[AC_MSG_ERROR(Could not find Python module dbm)]) AM_CHECK_PYMOD(anydbm,,,[AC_MSG_ERROR(Could not find Python module anydbm)]) fi AM_CONDITIONAL(HAVE_PYTHON, [test "x$HAVE_PYTHON" = "xyes" ]) +AM_CONDITIONAL(HAVE_PYGTK, test "x$HAVE_PYGTK" = "xyes") +AM_CONDITIONAL(HAVE_PYTHON_DBUS, test "x$HAVE_PYTHON_DBUS" = "xyes") # # Defining Avahi User and Group.