]> git.eshelyaron.com Git - emacs.git/commit
Port Unicode char detection to FreeBSD+svgalib
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Sep 2015 18:55:28 +0000 (11:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Sep 2015 18:56:06 +0000 (11:56 -0700)
commita85472bbdcd16b0a695cd75f98b68ee39b86ae2f
treef200f070a7b5489aab13e55a1e8e08b16a5f1fec
parent59e3f2df9314e160b37bb1375b4bad15976cd56f
Port Unicode char detection to FreeBSD+svgalib

Problem reported by Ashish SHUKLA in:
http://lists.gnu.org/archive/html/emacs-devel/2015-09/msg00531.html
* configure.ac: Check for struct unipair.unicode instead of for
<linux/kd.h>, since that’s more specific to what the code actually needs.
* src/terminal.c: Use HAVE_STRUCT_UNIPAIR_UNICODE, not HAVE_LINUX_KD_H.
configure.ac
src/terminal.c