diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/PROBLEMS | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index e415887a4d8..ff88aa367f2 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2486,9 +2486,8 @@ If you do, please send it to bug-gnu-emacs@gnu.org so we can list it here. | |||
| 2486 | The implementation of that function on Mac OS X uses pathconf with the | 2486 | The implementation of that function on Mac OS X uses pathconf with the |
| 2487 | _PC_CASE_SENSITIVE flag. There have been reports that this use of | 2487 | _PC_CASE_SENSITIVE flag. There have been reports that this use of |
| 2488 | pathconf does not work reliably. If you have a problem, please | 2488 | pathconf does not work reliably. If you have a problem, please |
| 2489 | recompile Emacs with -D DARWIN_OS_CASE_SENSITIVE_FIXME=1 or | 2489 | recompile Emacs with -D DARWIN_OS_CASE_SENSITIVE_FIXME, and file a bug |
| 2490 | -D DARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying | 2490 | report saying whether this fixed your problem. |
| 2491 | whether this fixed your problem. | ||
| 2492 | 2491 | ||
| 2493 | * Build-time problems | 2492 | * Build-time problems |
| 2494 | 2493 | ||