diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-06-22 14:15:20 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-22 14:15:20 -0700 |
commit | df7fd961a9d9ba60840ffc0868d36cc3db2aec74 (patch) | |
tree | 3f5090d591b2308f553a9ee3764eb004c2dd0218 /Makefile | |
parent | 05ec6e13aaf33b6a647e1321203a770e697eea9a (diff) | |
parent | 3adf9fdecfb0cd31a83ef3af1d8d631a1acd392b (diff) | |
download | git-df7fd961a9d9ba60840ffc0868d36cc3db2aec74.tar.gz |
Merge branch 'nd/fopen-errors'
Hotfix for a topic that is already in 'master'.
* nd/fopen-errors:
configure.ac: loosen FREAD_READS_DIRECTORIES test program
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,8 @@ all:: # have been written to the final string if enough space had been available. # # Define FREAD_READS_DIRECTORIES if you are on a system which succeeds -# when attempting to read from an fopen'ed directory. +# when attempting to read from an fopen'ed directory (or even to fopen +# it at all). # # Define NO_OPENSSL environment variable if you do not have OpenSSL. # This also implies BLK_SHA1. |