X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;h=c9de6ae8bd5cbd1767183d35661f791b654f09ab;hb=75caf1cfade7e6b6e43079c79b771532007d1002;hp=aee779aac7ee00f044587d478fce78d832f254bf;hpb=ec27d6612430992e3524901d5ac9113169822ab6;p=catta diff --git a/configure.ac b/configure.ac index aee779a..c9de6ae 100644 --- a/configure.ac +++ b/configure.ac @@ -381,8 +381,7 @@ if test "x$HAVE_PYTHON" = "xyes" ; then fi 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)]) + AM_CHECK_PYMOD(gdbm,,,[AC_MSG_ERROR(Could not find Python module gdbm)]) fi AM_CONDITIONAL(HAVE_PYTHON, [test "x$HAVE_PYTHON" = "xyes" ]) AM_CONDITIONAL(HAVE_PYGTK, test "x$HAVE_PYGTK" = "xyes")