Skip to content

Commit

Permalink
Fix enable mouse with ./configure --enable-all
Browse files Browse the repository at this point in the history
  • Loading branch information
paaguti committed May 29, 2022
1 parent 7d2f9e5 commit b1ed7f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([mg3a],[20220528],[paaguti@gmail.com])
AC_INIT([mg3a],[20220529],[paaguti@gmail.com])
AM_INIT_AUTOMAKE
dnl AC_CONFIG_SRCDIR([display.c])
AC_CONFIG_HEADERS([config.h])
Expand Down
7 changes: 6 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
mg3a (220529-1) unstable; urgency=low

* Enable MOUSE on --enable-all

-- Pedro A. Aranda <paag@gmail.com> Sun, 29 May 2022 08:05:31 +0200
mg3a (220528-1) unstable; urgency=low

* Fix compilartion warning on SEARCHALL
* Fix compilation warning on SEARCHALL

-- Pedro A. Aranda <paag@gmail.com> Sat, 28 May 2022 12:05:19 +0200
mg3a (211116-1) unstable; urgency=low
Expand Down
1 change: 1 addition & 0 deletions def.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#define SLOW 1
#undef SEARCHALL
#define SEARCHALL 1
#define MOUSE 1
#define LANGMODE_C 1
#define LANGMODE_PYTHON 1
#define LANGMODE_MAKE 1
Expand Down

0 comments on commit b1ed7f3

Please sign in to comment.