emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: recent commit broke src/dired.c on OSX


From: Eli Zaretskii
Subject: Re: recent commit broke src/dired.c on OSX
Date: Mon, 26 Jul 2010 19:58:50 +0300

> From: Chad Brown <address@hidden>
> Date: Sun, 25 Jul 2010 20:12:01 -0700
> 
> Here's a stab at implementing Jan's suggestion:  testing for dirent.h in 
> configure instead of dancing around SYSV_SYSTEM_DIR.  The changes are pretty 
> small, and I have signed papers already anyway.
> 
> I did simplify a test that checked for MSDOS, and I have no way to test on 
> that platform, so I would appreciate it if someone would check to make sure I 
> did no harm.  Thanks.

Whenever you add a test to configure and src/config.in, you need to
add a suitable edit to msdos/sed*.inp scripts.  In this case, they
should edit config.in to define HAVE_DIRENT_H, since evidently the
MSDOS build has it.  If you don't do that, the DOS build will break.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]