This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pinentry-x2go. commit bb78a5b3e992e77422346599a1d13aa11f340fe5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Nov 12 20:50:54 2018 +0100 configure.ac: Fix "0: command not found" error. --- configure.ac | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b541103..51a1516 100644 --- a/configure.ac +++ b/configure.ac @@ -90,7 +90,7 @@ if test "$have_w32_system" = yes; then fi AM_CONDITIONAL(HAVE_W32_SYSTEM, test "$have_w32_system" = yes) -AM_CONDITIONAL(BUILD_LIBPINENTRY_CURSES, 0) +AM_CONDITIONAL(BUILD_LIBPINENTRY_CURSES, true) dnl Checks for compiler features. if test "$GCC" = yes; then diff --git a/debian/changelog b/debian/changelog index 0125ecf..ec96843 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low - Add man page for pinentry-x2go. - Port to / support Qt5. - ChangeLog: Point to debian/changelog. + - configure.ac: Fix "0: command not found" error. * debian/pinentry-x2go.docs: + Add THANKS file as doc file. * debian/pinentry-x2go.manapages: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git