Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
04fb1029
Commit
04fb1029
authored
Mar 02, 2015
by
Robert Pluim
Committed by
Ken Brown
Mar 02, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac: Error out if with-file-notification=w32 is specified on Cygwin
Fixes: 19909 Copyright-paperwork-exempt: yes
parent
da02eb55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
ChangeLog
ChangeLog
+5
-0
configure.ac
configure.ac
+5
-0
No files found.
ChangeLog
View file @
04fb1029
2015-03-02 Robert Pluim <rpluim@gmail.com> (tiny change)
* configure.ac: Error out if with-file-notification=w32 is
specified on Cygwin. (Bug#19909)
2015-02-27 Paul Eggert <eggert@cs.ucla.edu>
Don't require GNU putenv
...
...
configure.ac
View file @
04fb1029
...
...
@@ -2664,6 +2664,11 @@ fi
dnl MS Windows native file monitor is available for mingw32 only.
case $with_file_notification,$opsys in
w32,cygwin)
AC_MSG_ERROR([`--with-file-notification=w32' was specified, but
this is only supported on MS-Windows native and MinGW32 builds.
Consider using gfile instead.])
;;
w32,* | yes,mingw32)
AC_CHECK_HEADER(windows.h)
if test "$ac_cv_header_windows_h" = yes ; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment